1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00
This commit is contained in:
Christophe Dumez 2010-06-10 09:03:54 +00:00
parent d470059c56
commit 387fb93b5b

View File

@ -45,7 +45,7 @@ bool QMacApplication::event(QEvent * event) {
return true;
}
default:
return QApplication::QtSingleApplication(event);
return QtSingleApplication::event(event);
}
}