diff options
Diffstat (limited to 'seriestreemodel.h')
-rw-r--r-- | seriestreemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seriestreemodel.h b/seriestreemodel.h index 6cb55b8..7933310 100644 --- a/seriestreemodel.h +++ b/seriestreemodel.h @@ -32,6 +32,7 @@ class SeriesTreeModel : public SmTreeModel { //find QModelIndex findValue(const QVariant &value, const QModelIndex &parent = QModelIndex(), int column = 0) const; QFileInfoList findFiles(const QModelIndex &where) const; + QFileInfoList findMovies(const QModelIndexList &from) const; //delete bool deleteFromSeries(const QModelIndex &what); |