aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-23 13:05:15 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-23 13:05:15 +0000
commit57f0ec04ac5395fd52d59fba14563a8306c067f9 (patch)
treec56dfe4dc50576a3de324c4701cfab44dd440980 /examples/GuiClient/mainDialog.h
parente601a7adce625a312c6aaff625ef34d9423e3d1f (diff)
downloadqxmpp-57f0ec04ac5395fd52d59fba14563a8306c067f9.tar.gz
add completer
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h2
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;