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;
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()....
Definition: Dialog.h:37