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