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