20 #ifndef INSTANCETHREAD_H 21 #define INSTANCETHREAD_H 24 #include <QSharedMemory> 25 #include <QMainWindow> 26 #include "Utils/Pimpl.h" 35 void sig_player_raise();
36 void sig_create_playlist(
const QStringList& playlist,
const QString& name,
bool temporary);
49 #endif // INSTANCETHREAD_H Definition: InstanceThread.h:29