summaryrefslogtreecommitdiffstats
path: root/jobqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'jobqueue.h')
-rw-r--r--jobqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobqueue.h b/jobqueue.h
index 8547bf0..bce3ff7 100644
--- a/jobqueue.h
+++ b/jobqueue.h
@@ -16,6 +16,7 @@ private:
QQueue<Job*> m_queue;
bool m_jobIsRunning;
void runNextJob();
+ Job *m_currentJob;
private slots:
void jobCompleted();
signals: