From 42c6e91470381f13bfc25d776a2cd1e0c84d5253 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Tue, 15 Jan 2013 01:10:11 +0100 Subject: [PATCH] Fix compilation --- src/projectlist.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/projectlist.h b/src/projectlist.h index 830e4034..5edc32ea 100644 --- a/src/projectlist.h +++ b/src/projectlist.h @@ -363,6 +363,7 @@ private: QList 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; -- 2.39.5