From 57f0ec04ac5395fd52d59fba14563a8306c067f9 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 23 Sep 2010 13:05:15 +0000 Subject: add completer --- examples/GuiClient/mainDialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/GuiClient/mainDialog.h') 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; -- cgit v1.2.3