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 8453aa1a..0da0b7d2 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -94,6 +94,7 @@ private slots:
void action_showXml();
void action_aboutDlg();
+ void action_settingsPressed();
private:
void loadAccounts();
@@ -122,6 +123,8 @@ private:
QAction m_signOutAction;
xmlConsoleDialog m_consoleDlg;
+
+ QMenu* m_settingsMenu;
};
#endif // MAINDIALOG_H