summaryrefslogtreecommitdiffstats
path: root/videoqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'videoqueue.h')
-rw-r--r--videoqueue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/videoqueue.h b/videoqueue.h
index a587c23..49cc852 100644
--- a/videoqueue.h
+++ b/videoqueue.h
@@ -5,6 +5,7 @@
#include <QVector>
class JobQueue;
class Video;
+class Job;
class VideoQueue : public QObject
{
@@ -17,6 +18,8 @@ private:
void enqueueVideo(Video *video);
private slots:
void videoChanged();
+signals:
+ void runningJob(Job *job);
};
#endif // VIDEOQUEUE_H