X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fprojectlist.h;h=1803c3627665f5f4fc879ee35d9010e906b8aacb;hb=09aae6cd42927b370af1b7bc7a94db03fd6a7cf6;hp=98f9b7d62f7c2d8182b8a7a1fd66f39c9b4857d4;hpb=e906fc902420019ba9414ae4fffb232cfe1cf71b;p=kdenlive diff --git a/src/projectlist.h b/src/projectlist.h index 98f9b7d6..1803c362 100644 --- a/src/projectlist.h +++ b/src/projectlist.h @@ -309,6 +309,7 @@ private: QList m_proxyList; QFutureSynchronizer m_proxyThreads; InvalidDialog *m_invalidClipDialog; + QTimer m_refreshMonitorTimer; void requestClipThumbnail(const QString id); @@ -380,10 +381,11 @@ private slots: void slotAbortProxy(const QString id, const QString path); /** @brief Start creation of proxy clip. */ void slotGenerateProxy();//const QString destPath, const QString sourcePath, int clipType, int exif); + /** @brief Timer triggering a refresh of the clip monitor. */ + void slotRefreshMonitor(); signals: void clipSelected(DocClipBase *, QPoint zone = QPoint()); - void getFileProperties(const QDomElement, const QString &, int pixHeight, bool); void receivedClipDuration(const QString &); void showClipProperties(DocClipBase *); void showClipProperties(QList , QMap commonproperties);