]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Added "find next" feature
[kdenlive] / src / customtrackview.h
index df2f07d0a0ed910aa78089ec4919837d1ad365aa..2b85e14ce708ddfb187301fb573e99fceab23e9d 100644 (file)
@@ -86,6 +86,7 @@ public:
     QDomElement xmlInfo();
     void editKeyFrame(const GenTime pos, const int track, const int index, const QString keyframes);
     bool findString(const QString &text);
+    bool findNextString(const QString &text);
     void initSearchStrings();
     void clearSearchStrings();
 
@@ -162,6 +163,7 @@ private:
     QMenu *m_timelineContextTransitionMenu;
     QList <TrackInfo> m_tracksList;
     QList <CommentedTime> m_searchStrings;
+    int m_findIndex;
     PROJECTTOOL m_tool;
     QCursor m_razorCursor;
     /** Get the index of the video track that is just below current track */