diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-10-25 01:14:32 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-11-15 19:12:19 +0200 |
commit | 03edb52eee5a87af16161c23bdc6cde91a2e5b8b (patch) | |
tree | ca9835434c7f239cf1fa62ff93fc100165d1b4b2 /src/qt/bitcoingui.h | |
parent | 17174f8328c44ae84479e8365c122ad8502bd7da (diff) |
qt: Remove redundant BitcoinGUI::setTrayIconVisible
The removed BitcoinGUI::setTrayIconVisible just duplicates
QSystemTrayIcon::setVisible.
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 91c013fd11..1685554e44 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -317,9 +317,6 @@ public Q_SLOTS: /** Show progress dialog e.g. for verifychain */ void showProgress(const QString &title, int nProgress); - /** When showTrayIcon setting is changed in OptionsModel show or hide the icon accordingly. */ - void setTrayIconVisible(bool); - void showModalOverlay(); }; |