summaryrefslogtreecommitdiffstats
path: root/videoqueue.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 02:56:22 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-09-26 02:56:22 -0400
commit2a36c859bb5052f47b0122a2e78378a46b9031c5 (patch)
tree62d09c38f3592947ba747bb58248fa16e8f55b11 /videoqueue.h
parentLayout magic (diff)
downloadAnyRip-2a36c859bb5052f47b0122a2e78378a46b9031c5.tar.xz
AnyRip-2a36c859bb5052f47b0122a2e78378a46b9031c5.zip
Gui beginnings.
Diffstat (limited to '')
-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