From d002b38dddc05e466d3f41580957ede3de209dd4 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 17 Oct 2010 18:03:29 +0000 Subject: get rid of pushButton triangle when menu is set --- examples/GuiClient/mainDialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/GuiClient/mainDialog.h') 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 -- cgit v1.2.3