diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-20 15:49:17 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-06-01 16:29:54 +0200 |
| commit | 5d6b30271f4393b70f45da7c33b96e4fe776da80 (patch) | |
| tree | 6a70be58bc4215333ee9736f616a3867d1941f0a /src/qt/rpcconsole.h | |
| parent | Use ConvertTo to simplify sendmany/addmultisigaddress argument handling (diff) | |
| download | discoin-5d6b30271f4393b70f45da7c33b96e4fe776da80.tar.xz discoin-5d6b30271f4393b70f45da7c33b96e4fe776da80.zip | |
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin command-line options (in RPC Console -> Information) / resize Debug window a little to allow for a non-breaking display of the welcome message with non-english translation
Diffstat (limited to 'src/qt/rpcconsole.h')
| -rw-r--r-- | src/qt/rpcconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 4b71cdb98..3c38b4b8d 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -35,6 +35,8 @@ 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(); public slots: void clear(); |