mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Mac fixes
This commit is contained in:
@@ -36,7 +36,6 @@ QMacApplication::QMacApplication(QString appid, int &argc, char** argv) :
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
bool QMacApplication::event(QEvent * event) {
|
||||
switch (event->type()) {
|
||||
case QEvent::FileOpen:
|
||||
@@ -46,7 +45,7 @@ bool QMacApplication::event(QEvent * event) {
|
||||
return true;
|
||||
}
|
||||
default:
|
||||
return QApplication::event(event);
|
||||
return QApplication::QtSingleApplication(event);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user