aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-08-07 09:37:21 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-08-08 12:13:39 +0200
commitb197bf3270490068319d87e4b977b08f754a1307 (patch)
tree07d4dbfb1ed7d84276fe814adffd75bc26c1f493 /src/qt/bitcoingui.h
parent314fbd9ac7713e812e85960499474dcf453b563e (diff)
downloadbitcoin-b197bf3270490068319d87e4b977b08f754a1307.tar.xz
[Qt] disable tray interactions when client model set to 0
- this prevents the ability to fiddle around with the system tray when already shutting down (e.g. on slow shutdowns because of a proxy delay) - extends solution for #4360
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 7e45240f05..30b05cb7d9 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -103,6 +103,7 @@ private:
QAction *showHelpMessageAction;
QSystemTrayIcon *trayIcon;
+ QMenu *trayIconMenu;
Notificator *notificator;
RPCConsole *rpcConsole;