X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipmanager.h;h=a3787c0f329b6b4f1a3ca4a94326d58d35ef3eb5;hb=d499391fb61a1daa284f26fa8ea68b2d0dcc7076;hp=9535c7744a62d822ca1c8d2c649562745218875c;hpb=ecb88802d85018cdf8a48b63506d071f78f8ce5e;p=kdenlive diff --git a/src/clipmanager.h b/src/clipmanager.h index 9535c774..a3787c0f 100644 --- a/src/clipmanager.h +++ b/src/clipmanager.h @@ -153,6 +153,8 @@ private: // Private attributes QFuture m_thumbsThread; /** @brief If true, abort processing of clip thumbs before removing a clip. */ bool m_abortThumb; + /** @brief We are about to delete the clip producer, stop processing thumbs. */ + bool m_closing; signals: void reloadClip(const QString &);