mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Fix a bunch of warnings
This commit is contained in:
@ -36,7 +36,7 @@ TrayIconController::TrayIconController(QSettings *settings, LibraryWindow *windo
|
||||
#endif
|
||||
}
|
||||
|
||||
connect(&trayIcon, &QSystemTrayIcon::activated,
|
||||
connect(&trayIcon, &QSystemTrayIcon::activated, this,
|
||||
[=](QSystemTrayIcon::ActivationReason reason) {
|
||||
#ifdef Q_OS_LINUX
|
||||
auto expectedReason = QSystemTrayIcon::Trigger;
|
||||
|
Reference in New Issue
Block a user