Rename enum

Change identifier from ShutdownAction to ShutdownDialogAction
Change enum value from None to Exit
This commit is contained in:
Chocobo1 2016-04-13 02:33:17 +08:00
parent d3fb46663c
commit 6a11056b60
7 changed files with 29 additions and 29 deletions

View file

@ -114,7 +114,7 @@ private:
#ifndef DISABLE_GUI
QPointer<MainWindow> m_window;
ShutdownAction m_shutdownAct;
ShutdownDialogAction m_shutdownAct;
#endif
#ifndef DISABLE_WEBUI