diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-10-31 20:04:05 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-10-31 20:29:08 +0200 |
commit | 53bb6be3f8a50ee9e5c4d7e9155236152e7c4b7c (patch) | |
tree | 2a83aac8f756be10530d156f6603fe2d2323a93a /src/qt/macdockiconhandler.h | |
parent | f1e2f2a85962c1664e4e55471061af0eaa798d40 (diff) |
Remove obj_c for macOS Dock icon setting
Qt `setWindowIcon()` does this work.
Diffstat (limited to 'src/qt/macdockiconhandler.h')
-rw-r--r-- | src/qt/macdockiconhandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/macdockiconhandler.h b/src/qt/macdockiconhandler.h index 1c28593d4a..34095ce073 100644 --- a/src/qt/macdockiconhandler.h +++ b/src/qt/macdockiconhandler.h @@ -9,7 +9,6 @@ #include <QObject> QT_BEGIN_NAMESPACE -class QIcon; class QMenu; class QWidget; QT_END_NAMESPACE @@ -24,7 +23,6 @@ public: ~MacDockIconHandler(); QMenu *dockMenu(); - void setIcon(const QIcon &icon); void setMainWindow(QMainWindow *window); static MacDockIconHandler *instance(); static void cleanup(); |