mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
Aborting search engine process during closure. Close #2671
This commit is contained in:
parent
6e4fbcf017
commit
62776df9e1
@ -928,6 +928,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…
x
Reference in New Issue
Block a user