37 Application(
int& argc,
char** argv);
38 ~Application()
override;
40 bool init(
const QStringList& filesToPlay,
bool forceShow);
44 void initSingleInstanceThread();
45 void initPreferences();
48 void initPlayer(
bool force_show);
49 void initPlaylist(
const QStringList& filesToPlay);
50 void initDbusServices();
55 void createPlaylist();