diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-10 07:50:11 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-10 07:50:11 +0000 |
| commit | 1ce32505f8357331269c29dea8c9fee3a663e9b6 (patch) | |
| tree | 29216b735fb8986c4ed27f88bb700aa19d99564d /examples/GuiClient/mainDialog.h | |
| parent | 3b60dc4e32446afed425bd35f15b8000503c2788 (diff) | |
| download | qxmpp-1ce32505f8357331269c29dea8c9fee3a663e9b6.tar.gz | |
non modal dialog
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 2982e00d..793f130e 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -38,6 +38,7 @@ #include "accountsCache.h" #include <QSystemTrayIcon> #include <QMenu> +#include "xmlConsoleDialog.h" namespace Ui { @@ -117,6 +118,8 @@ private: QMenu m_trayIconMenu; QAction m_quitAction; QAction m_signOutAction; + + xmlConsoleDialog m_consoleDlg; }; #endif // MAINDIALOG_H |
