Fix systemtray icon on macOS

This commit is contained in:
Jonas Kvinge
2019-08-06 20:31:31 +02:00
parent 6cd4de548f
commit 20766c1feb
2 changed files with 4 additions and 6 deletions

View File

@@ -57,8 +57,7 @@ protected:
void UpdateIcon();
private:
QPixmap orange_icon_;
QPixmap grey_icon_;
QPixmap normal_icon_;
std::unique_ptr<MacSystemTrayIconPrivate> p_;
Q_DISABLE_COPY(MacSystemTrayIcon);
};