mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Fix typo
This commit is contained in:
parent
d470059c56
commit
387fb93b5b
@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return QApplication::QtSingleApplication(event);
|
return QtSingleApplication::event(event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user