mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Fix typo
This commit is contained in:
@@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) {
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return QApplication::QtSingleApplication(event);
|
||||
return QtSingleApplication::event(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user