mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Second attempt at fixing saving settings on shutdown.
This commit is contained in:
@@ -39,12 +39,6 @@ QtSingleApplication(id, argc, argv)
|
||||
#endif
|
||||
{}
|
||||
|
||||
void SessionApplication::commitData(QSessionManager & manager) {
|
||||
Q_UNUSED(manager);
|
||||
emit sessionIsShuttingDown();
|
||||
manager.release();
|
||||
}
|
||||
|
||||
bool SessionApplication::notify(QObject* receiver, QEvent* event) {
|
||||
try {
|
||||
return QApplication::notify(receiver, event);
|
||||
|
||||
Reference in New Issue
Block a user