mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-18 06:01:52 +03:00
Fix typo
This commit is contained in:
parent
d470059c56
commit
387fb93b5b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return QApplication::QtSingleApplication(event);
|
return QtSingleApplication::event(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue