diff options
| author | Philip Kaufmann <[email protected]> | 2014-01-22 14:47:33 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-01-22 15:28:50 +0100 |
| commit | f0219813d58c0708b48992dd1313d594aa773ac0 (patch) | |
| tree | c46292e70cf6f9927c29381e58c7891a88e25612 /src/qt/rpcconsole.h | |
| parent | Merge pull request #3568 (diff) | |
| download | discoin-f0219813d58c0708b48992dd1313d594aa773ac0.tar.xz discoin-f0219813d58c0708b48992dd1313d594aa773ac0.zip | |
[Qt] move helpmessage from debug window to main menu
- the option to show our help message dialog resides now in main menu
under help
Diffstat (limited to 'src/qt/rpcconsole.h')
| -rw-r--r-- | src/qt/rpcconsole.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 6fbf19772..0cfd1c80d 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -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 */ |