Redesign main core classes.

This commit is contained in:
Vladimir Golovnev (Glassez) 2015-04-19 18:17:47 +03:00
commit d16d1fdb3a
152 changed files with 11366 additions and 8967 deletions

View file

@ -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();