aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
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;