mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-08 06:00:59 -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
|
||||
// Hide tray icon
|
||||
if (m_systrayIcon)
|
||||
m_systrayIcon->hide();
|
||||
#endif
|
||||
|
||||
// Accept exit
|
||||
e->accept();
|
||||
qApp->exit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue