21 #ifndef PLAYLISTMENU_H 22 #define PLAYLISTMENU_H 24 #include "Helper/Settings/SayonaraClass.h" 28 class GUI_PlaylistEntryLook;
38 void sig_shutdown(
bool);
42 void set_shutdown(
bool b);
45 QAction* _action_rep1=
nullptr;
46 QAction* _action_repAll=
nullptr;
47 QAction* _action_append=
nullptr;
48 QAction* _action_dynamic=
nullptr;
49 QAction* _action_shuffle=
nullptr;
50 QAction* _action_gapless=
nullptr;
51 QAction* _action_shutdown=
nullptr;
53 QTimer* _timer=
nullptr;
55 GUI_PlaylistEntryLook* _entry_look_dialog=
nullptr;
57 void showEvent(QShowEvent* e)
override;
65 void language_changed();
68 #endif // PLAYLISTMENU_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29