diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-17 18:03:29 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-17 18:03:29 +0000 |
| commit | d002b38dddc05e466d3f41580957ede3de209dd4 (patch) | |
| tree | 4936ab7a03883fac46b088e157eb0727032bce2d /examples/GuiClient/mainDialog.h | |
| parent | f1dfdfa16774170973fcf8688e6769c96671c37c (diff) | |
| download | qxmpp-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.h | 3 |
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 |
