aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-05-23 21:49:23 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-05-23 21:49:46 +0200
commit692971193a834ee51d04f5f7de7fb4cb4162ce11 (patch)
treea8bce1437dc8c20406cdf75e05f60e3998a90ead /src/qt/bitcoingui.h
parent37f9a1f627c0995d89b62923e75cd092600894f9 (diff)
parent276ce84fd3a9561a11ae4c5a00c71ff44d3a59a9 (diff)
downloadbitcoin-692971193a834ee51d04f5f7de7fb4cb4162ce11.tar.xz
Merge #8042: [Qt] Don't allow to open the debug window during splashscreen & verification state
276ce84 [Qt] Disable some menu items during splashscreen/verification state (Jonas Schnelli)
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 33639ed5a2..12e7702ed8 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -72,6 +72,7 @@ public:
protected:
void changeEvent(QEvent *e);
void closeEvent(QCloseEvent *event);
+ void showEvent(QShowEvent *event);
void dragEnterEvent(QDragEnterEvent *event);
void dropEvent(QDropEvent *event);
bool eventFilter(QObject *object, QEvent *event);