mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Add support for minimize and start to tray.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
23c597d444
commit
e587f59ddb
@ -385,7 +385,7 @@ public slots:
|
||||
void checkMaxNumLibraries();
|
||||
void showErrorUpgradingLibrary(const QString &path);
|
||||
|
||||
//void changeEvent(QEvent *event);
|
||||
void changeEvent(QEvent *event);
|
||||
|
||||
private:
|
||||
//fullscreen mode in Windows for preventing this bug: QTBUG-41309 https://bugreports.qt.io/browse/QTBUG-41309
|
||||
@ -394,9 +394,6 @@ private:
|
||||
QSize previousSize;
|
||||
std::future<void> upgradeLibraryFuture;
|
||||
QSystemTrayIcon trayIcon;
|
||||
|
||||
private slots:
|
||||
//void trayActivation(QSystemTrayIcon::ActivationReason reason);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user