mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Redesign main core classes.
This commit is contained in:
parent
60c0939e05
commit
d16d1fdb3a
152 changed files with 11366 additions and 8967 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include <QPushButton>
|
||||
|
||||
ShutdownConfirmDlg::ShutdownConfirmDlg(const shutDownAction &action)
|
||||
ShutdownConfirmDlg::ShutdownConfirmDlg(const ShutDownAction &action)
|
||||
: m_exitNow(0)
|
||||
, m_timeout(15)
|
||||
, m_action(action)
|
||||
|
@ -71,7 +71,7 @@ void ShutdownConfirmDlg::showEvent(QShowEvent *event)
|
|||
m_timer.start();
|
||||
}
|
||||
|
||||
bool ShutdownConfirmDlg::askForConfirmation(const shutDownAction &action)
|
||||
bool ShutdownConfirmDlg::askForConfirmation(const ShutDownAction &action)
|
||||
{
|
||||
ShutdownConfirmDlg dlg(action);
|
||||
dlg.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue