aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-10 06:45:35 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-10 06:45:35 +0000
commit0a028cd53598276d375cde1d09e870294ad4d626 (patch)
tree4872872e8d776873f282c5662065eaef5866a322 /examples/GuiClient/mainDialog.h
parentffda11823188e9d9d09c8fbf7c15c3c2b79768cb (diff)
downloadqxmpp-0a028cd53598276d375cde1d09e870294ad4d626.tar.gz
infra for xml console
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index c9ae6014..2982e00d 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -92,9 +92,12 @@ private slots:
void action_quit();
void action_trayIconActivated(QSystemTrayIcon::ActivationReason reason);
+ void action_showXml();
+
private:
void loadAccounts();
void createTrayIconAndMenu();
+ void createSettingsMenu();
chatDialog* getChatDialog(const QString& bareJid);