[Qt] move helpmessage from debug window to main menu

- the option to show our help message dialog resides now in main menu
  under help
This commit is contained in:
Philip Kaufmann
2014-01-22 14:47:33 +01:00
parent fe87b20717
commit f0219813d5
5 changed files with 16 additions and 37 deletions

View File

@@ -40,8 +40,6 @@ private slots:
void on_tabWidget_currentChanged(int index);
/** open the debug.log from the current datadir */
void on_openDebugLogfileButton_clicked();
/** display messagebox with program parameters (same as bitcoin-qt --help) */
void on_showCLOptionsButton_clicked();
/** change the time range of the network traffic graph */
void on_sldGraphRange_valueChanged(int value);
/** update traffic statistics */