aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 18:03:29 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 18:03:29 +0000
commitd002b38dddc05e466d3f41580957ede3de209dd4 (patch)
tree4936ab7a03883fac46b088e157eb0727032bce2d /examples/GuiClient/mainDialog.h
parentf1dfdfa16774170973fcf8688e6769c96671c37c (diff)
downloadqxmpp-d002b38dddc05e466d3f41580957ede3de209dd4.tar.gz
get rid of pushButton triangle when menu is set
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