diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 15:08:58 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 15:08:58 +0000 |
| commit | 104b1b66ac86298ffbd269b04b9f5362ca98884a (patch) | |
| tree | e1252912343435a29066ae787121b348cd6a1c87 /examples/GuiClient/mainDialog.h | |
| parent | f159d26750bffc39e7cb43a439c6b0cce007c7f3 (diff) | |
| download | qxmpp-104b1b66ac86298ffbd269b04b9f5362ca98884a.tar.gz | |
add account to cache after successful connection
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h index f38b5a8c..2f603633 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -79,6 +79,7 @@ private slots: void avatarChanged(const QImage&); void showProfile(const QString& bareJid); void userNameCompleter_activated(const QString&); + void addAccountToCache(); private: void loadAccounts(); |
