diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-11-14 19:47:45 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-11-14 19:58:00 +0100 |
commit | 309f796b39d4ae7694c3f37a681c1ebcd1f58eda (patch) | |
tree | 2ad12f4d6bea1172f093067ade23fc11a56e13c5 /src/qt/rpcconsole.h | |
parent | 6ad44f569335d57a56e5b28582255439980f9b73 (diff) |
[Qt] make most Windows appear centered on main GUI
- remove default value for parent variable in dialogs, which should appear
centered over main GUI and pass appropriate value
- add some addition NULL pointer checks
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 1370d0b103..6fbf197728 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -19,7 +19,7 @@ class RPCConsole: public QDialog Q_OBJECT public: - explicit RPCConsole(QWidget *parent = 0); + explicit RPCConsole(QWidget *parent); ~RPCConsole(); void setClientModel(ClientModel *model); |