diff options
Diffstat (limited to 'archivefilewidget.h')
-rw-r--r-- | archivefilewidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivefilewidget.h b/archivefilewidget.h index 5d01556..339c66d 100644 --- a/archivefilewidget.h +++ b/archivefilewidget.h @@ -44,6 +44,10 @@ class ArchiveFileWidget : public QWidget { public slots: void setActor(const QString &actor); + void setQuality(int quality); + void setMovieTitle(const QString &title); + void setSeriesNo(int seriesno); + void setPartNo(int partno); private slots: void addActor(); |