From f0219813d58c0708b48992dd1313d594aa773ac0 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 22 Jan 2014 14:47:33 +0100 Subject: [Qt] move helpmessage from debug window to main menu - the option to show our help message dialog resides now in main menu under help --- src/qt/bitcoingui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qt/bitcoingui.h') diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index d5bbdca484..4dce4431ba 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -93,6 +93,7 @@ private: QAction *aboutQtAction; QAction *openRPCConsoleAction; QAction *openAction; + QAction *showHelpMessageAction; QSystemTrayIcon *trayIcon; Notificator *notificator; @@ -176,6 +177,8 @@ private slots: void optionsClicked(); /** Show about dialog */ void aboutClicked(); + /** Show help message dialog */ + void showHelpMessageClicked(); #ifndef Q_OS_MAC /** Handle tray icon clicked */ void trayIconActivated(QSystemTrayIcon::ActivationReason reason); -- cgit v1.2.3