aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-05-12 11:46:58 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-05-12 11:56:21 +0200
commit7c8558da362fda976eaef44bb0fbb63ae3082d17 (patch)
treea3aab66893f5a23af3269b0f1f9d6629d9813313 /src/qt/bitcoingui.h
parent2efe38b8323c77d259bbf87280c5e5e634f3f475 (diff)
parent8b0e4970281de15472a93a529302f3de15163943 (diff)
downloadbitcoin-7c8558da362fda976eaef44bb0fbb63ae3082d17.tar.xz
Merge #8006: Qt: Add option to disable the system tray icon
8b0e497 Qt: Add option to hide the system tray icon (Tyler Hardin)
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 871ca1ba34..27ef11c75c 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -218,6 +218,9 @@ private Q_SLOTS:
/** Show progress dialog e.g. for verifychain */
void showProgress(const QString &title, int nProgress);
+
+ /** When hideTrayIcon setting is changed in OptionsModel hide or show the icon accordingly. */
+ void setTrayIconVisible(bool);
};
class UnitDisplayStatusBarControl : public QLabel