mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Merge pull request #2672 from DoumanAsh/abort_search_on_exit
Aborting search engine process during closure. Close #2671
This commit is contained in:
commit
832272bf3a
@ -929,6 +929,9 @@ void MainWindow::closeEvent(QCloseEvent *e)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//abort search if any
|
||||||
|
if (searchEngine) delete searchEngine;
|
||||||
|
|
||||||
hide();
|
hide();
|
||||||
// Hide tray icon
|
// Hide tray icon
|
||||||
if (systrayIcon)
|
if (systrayIcon)
|
||||||
|
Loading…
Reference in New Issue
Block a user