21 #ifndef GUI_SHUTDOWN_H 22 #define GUI_SHUTDOWN_H 24 #include "Gui/Utils/Widgets/Dialog.h" 25 #include "Gui/Utils/GuiClass.h" 26 #include "Utils/Macros.h" 28 #ifdef SAYONARA_WITH_SHUTDOWN 36 UI_CLASS(GUI_Shutdown)
39 explicit GUI_Shutdown(QWidget* parent=
nullptr);
40 ~GUI_Shutdown()
override;
45 void afterPlaylistFinishedClicked(
bool b);
46 void afterTimespanClicked(
bool b);
49 void skinChanged()
override;
52 #endif // SAYONARA_WITH_SHUTDOWN 54 #endif // GUI_SHUTDOWN_H Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()....
Definition: Dialog.h:33