mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Attempt to fix data loss during session end
This commit is contained in:
@@ -42,6 +42,7 @@ QtSingleApplication(id, argc, argv)
|
||||
void SessionApplication::commitData(QSessionManager & manager) {
|
||||
Q_UNUSED(manager);
|
||||
emit sessionIsShuttingDown();
|
||||
manager.release();
|
||||
}
|
||||
|
||||
bool SessionApplication::notify(QObject* receiver, QEvent* event) {
|
||||
|
||||
Reference in New Issue
Block a user