mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Remove redundant UI cleanups
Just exiting the application will handle all of them automatically.
This commit is contained in:
parent
c652123145
commit
1fa940876f
1 changed files with 1 additions and 4 deletions
|
@ -1218,15 +1218,12 @@ void MainWindow::closeEvent(QCloseEvent *e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// abort search if any
|
|
||||||
delete m_searchWidget;
|
|
||||||
|
|
||||||
hide();
|
|
||||||
#ifndef Q_OS_MACOS
|
#ifndef Q_OS_MACOS
|
||||||
// Hide tray icon
|
// Hide tray icon
|
||||||
if (m_systrayIcon)
|
if (m_systrayIcon)
|
||||||
m_systrayIcon->hide();
|
m_systrayIcon->hide();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Accept exit
|
// Accept exit
|
||||||
e->accept();
|
e->accept();
|
||||||
qApp->exit();
|
qApp->exit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue