[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
This commit is contained in:
Philip Kaufmann
2014-08-07 09:37:21 +02:00
parent 314fbd9ac7
commit b197bf3270
2 changed files with 10 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ private:
QAction *showHelpMessageAction;
QSystemTrayIcon *trayIcon;
QMenu *trayIconMenu;
Notificator *notificator;
RPCConsole *rpcConsole;