diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-11 23:48:58 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-15 16:23:55 +0000 |
commit | 8a792611249fdefb31a8c69efd9c5022092e25cf (patch) | |
tree | cdcc8c7deeba778faf770498d0ee0f27a7972d63 /src/qt/bitcoingui.h | |
parent | f411c8b35bbbd6ff5b5ec70fc0217ec93f01f186 (diff) |
gui: Keep network style in BitcoinGUI
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 20b77a6187..606c6d375c 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -161,6 +161,7 @@ private: int spinnerFrame = 0; const PlatformStyle *platformStyle; + const NetworkStyle* const m_network_style; /** Create the main UI actions. */ void createActions(); @@ -169,7 +170,7 @@ private: /** Create the toolbars */ void createToolBars(); /** Create system tray icon and notification */ - void createTrayIcon(const NetworkStyle *networkStyle); + void createTrayIcon(); /** Create system tray menu (or setup the dock menu) */ void createTrayIconMenu(); |