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.h3
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