mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 20:31:47 +00:00
Fix linux build.
This commit is contained in:
parent
bf463d48d5
commit
6e4fbcf017
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user