]> git.sesse.net Git - nageru/blobdiff - futatabi/mainwindow.h
Fix an issue where it was not possible to add new infinite clips to a playlist
[nageru] / futatabi / mainwindow.h
index 592309ab6208a72d0e396c5de2e83db749657ca1..1fbfb948de072a866f1c38b9edcab4445d3fa5d9 100644 (file)
@@ -168,6 +168,7 @@ private:
        void playlist_selection_changed();
 
        void clip_list_selection_changed(const QModelIndex &current, const QModelIndex &previous);
+       std::vector<ClipWithID> get_playlist(size_t start_row, size_t end_row);
 
        void resizeEvent(QResizeEvent *event) override;
        bool eventFilter(QObject *watched, QEvent *event) override;