diff options
Diffstat (limited to 'Swift/QtUI/QtSystemTray.cpp')
| -rw-r--r-- | Swift/QtUI/QtSystemTray.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Swift/QtUI/QtSystemTray.cpp b/Swift/QtUI/QtSystemTray.cpp index d75e180..d6180e6 100644 --- a/Swift/QtUI/QtSystemTray.cpp +++ b/Swift/QtUI/QtSystemTray.cpp @@ -38,9 +38,7 @@ void QtSystemTray::setConnecting() {  void QtSystemTray::handleIconActivated(QSystemTrayIcon::ActivationReason reason) {  	if (reason == QSystemTrayIcon::Trigger) { -#ifndef Q_WS_MAC  		emit clicked(); -#endif  	}  }  void QtSystemTray::setStatusType(StatusShow::Type type) {  | 
 Swift