]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
* Fix crash when deleting clip and audio thumb was being created
[kdenlive] / src / docclipbase.h
index 6adbd2a27f97a5003688b92c029d0cc2ace99214..8e0f6ac452b792b6108786a0cd7625596126bb74 100644 (file)
@@ -240,6 +240,9 @@ private:   // Private attributes
     /** Try to make sure we don't delete a producer while using it */
     QMutex m_producerMutex;
     QMutex m_replaceMutex;
+    
+    /** @brief This timer will trigger creation of audio thumbnails. */
+    QTimer m_audioTimer;
 
     /** Create connections for audio thumbnails */
     void slotRefreshProducer();