diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 15:27:15 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 15:27:15 +0000 |
| commit | bbf43cdf7f0b5af477f17e3587c06e927d30f4aa (patch) | |
| tree | 492c4bcdb82779089f2c31f2fbc61884f2cd640b /examples/GuiClient/mainDialog.h | |
| parent | d8c86658f117f2cdf2047a2f02daf8cde3eae7da (diff) | |
| download | qxmpp-bbf43cdf7f0b5af477f17e3587c06e927d30f4aa.tar.gz | |
adduser implementation
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h index 9c3f6ae9..672580d8 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -83,7 +83,9 @@ private slots: void showProfile(const QString& bareJid); void userNameCompleter_activated(const QString&); void addAccountToCache(); + void presenceReceived(const QXmppPresence&); + void action_addContact(); void action_signOut(); void action_quit(); void action_trayIconActivated(QSystemTrayIcon::ActivationReason reason); |
