diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-10 06:45:35 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-10 06:45:35 +0000 |
| commit | 0a028cd53598276d375cde1d09e870294ad4d626 (patch) | |
| tree | 4872872e8d776873f282c5662065eaef5866a322 /examples/GuiClient/mainDialog.h | |
| parent | ffda11823188e9d9d09c8fbf7c15c3c2b79768cb (diff) | |
| download | qxmpp-0a028cd53598276d375cde1d09e870294ad4d626.tar.gz | |
infra for xml console
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 3 |
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); |
