diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 13:05:15 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 13:05:15 +0000 |
| commit | 57f0ec04ac5395fd52d59fba14563a8306c067f9 (patch) | |
| tree | c56dfe4dc50576a3de324c4701cfab44dd440980 /examples/GuiClient/mainDialog.h | |
| parent | e601a7adce625a312c6aaff625ef34d9423e3d1f (diff) | |
| download | qxmpp-57f0ec04ac5395fd52d59fba14563a8306c067f9.tar.gz | |
add completer
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 40dd276b..c9cb073d 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -80,6 +80,8 @@ private slots: void showProfile(const QString& bareJid); private: + void loadAccounts(); + chatDialog* getChatDialog(const QString& bareJid); Ui::mainDialogClass* ui; |
