X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fdocclipbase.h;h=8e0f6ac452b792b6108786a0cd7625596126bb74;hb=d49a300ddcb728d616a8c72c52f095551cc7100f;hp=6adbd2a27f97a5003688b92c029d0cc2ace99214;hpb=096fad7b4c5b991e1146ca2ea5b6540f55095341;p=kdenlive diff --git a/src/docclipbase.h b/src/docclipbase.h index 6adbd2a2..8e0f6ac4 100644 --- a/src/docclipbase.h +++ b/src/docclipbase.h @@ -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();