mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Fix linux build.
This commit is contained in:
@@ -600,7 +600,9 @@ void MainWindow::cleanup()
|
|||||||
systrayCreator->stop();
|
systrayCreator->stop();
|
||||||
if (preventTimer)
|
if (preventTimer)
|
||||||
preventTimer->stop();
|
preventTimer->stop();
|
||||||
|
#if (defined(Q_OS_WIN) || defined(Q_OS_MAC))
|
||||||
programUpdateTimer.stop();
|
programUpdateTimer.stop();
|
||||||
|
#endif
|
||||||
delete search_filter;
|
delete search_filter;
|
||||||
delete searchFilterAct;
|
delete searchFilterAct;
|
||||||
delete tabs; // this seems enough to also delete all contained widgets
|
delete tabs; // this seems enough to also delete all contained widgets
|
||||||
|
|||||||
Reference in New Issue
Block a user