23 #ifndef PLAYLISTMENU_H 24 #define PLAYLISTMENU_H 26 #include "Helper/Settings/SayonaraClass.h" 34 class GUI_PlaylistEntryLook;
44 void sig_shutdown(
bool);
48 void set_shutdown(
bool b);
51 QAction* _action_rep1=
nullptr;
52 QAction* _action_repAll=
nullptr;
53 QAction* _action_append=
nullptr;
54 QAction* _action_dynamic=
nullptr;
55 QAction* _action_shuffle=
nullptr;
56 QAction* _action_gapless=
nullptr;
57 QAction* _action_shutdown=
nullptr;
59 QTimer* _timer=
nullptr;
61 GUI_PlaylistEntryLook* _entry_look_dialog=
nullptr;
63 void showEvent(QShowEvent* e)
override;
71 void language_changed();
76 #endif // PLAYLISTMENU_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31