24 #include <QApplication> 25 #include "Utils/Pimpl.h" 28 class QSessionManager;
40 bool init(
const QStringList& files_to_play,
bool force_show);
43 void initSingleInstanceThread();
44 void initPreferences();
48 void initPlayer(
bool force_show);
49 void initPlaylist(
const QStringList& files_to_play);
54 void remoteControlActivated();
55 void sessionEndRequested(QSessionManager& manager);
56 void createPlaylist();
60 #endif // APPLICATION_H Definition: Application.h:30