]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
Check & update clip length in timeline when doing a "clip reload" from project tree...
[kdenlive] / src / projectlist.h
index f665760e21778fa7a450c0f13d822b3706b74e7f..879ddd112ed689c52575a768218d6da4f53e8241 100644 (file)
@@ -149,8 +149,7 @@ public slots:
     void slotReloadClip();
 
 private:
-    ProjectListView *listView;
-    KTreeWidgetSearchLine *searchView;
+    ProjectListView *m_listView;
     Render *m_render;
     Timecode m_timecode;
     double m_fps;
@@ -194,7 +193,7 @@ private slots:
 signals:
     void clipSelected(DocClipBase *);
     void getFileProperties(const QDomElement&, const QString &, bool);
-    void receivedClipDuration(const QString &, int);
+    void receivedClipDuration(const QString &);
     void showClipProperties(DocClipBase *);
     void projectModified();
     void loadingIsOver();