34 #include "Helper/globals.h"
35 #include "Helper/Settings/SayonaraClass.h"
37 #include <QDBusInterface>
38 #include <QDBusConnection>
52 SINGLETON_QOBJECT(Shutdown)
56 void sig_time_to_go(quint64);
57 void sig_started(quint64);
61 QTimer* _timer=
nullptr;
62 QTimer* _timer_countdown=
nullptr;
71 void countdown_timeout();
72 void playlist_finished();
76 bool is_running() const;
78 void shutdown(quint64 ms=0);
79 void shutdown_after_end();
82 #endif // WITH_SHUTDOWN
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
Global handler for current playback state (Singleton)
Definition: PlayManager.h:67
Definition: NotificationHandler.h:38