]> git.sesse.net Git - kdenlive/commitdiff
Fix compilation
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 15 Jan 2013 00:10:11 +0000 (01:10 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 15 Jan 2013 00:10:11 +0000 (01:10 +0100)
src/projectlist.h

index 830e40348796b8d538a33d97c790ffd78e9ad2b5..5edc32ea1df0019130941b740d281790ee26763e 100644 (file)
@@ -363,6 +363,7 @@ private:
     QList <QString> m_thumbnailQueue;
     QAction *m_proxyAction;
     QMutex m_jobMutex;
+    QMutex m_processMutex;
     bool m_abortAllJobs;
     /** @brief We are cleaning up the project list, so stop processing signals. */
     bool m_closing;