summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'moviepropertiesdialog.h')
-rw-r--r--moviepropertiesdialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moviepropertiesdialog.h b/moviepropertiesdialog.h
index 63b03bf..a409b0a 100644
--- a/moviepropertiesdialog.h
+++ b/moviepropertiesdialog.h
@@ -11,7 +11,9 @@ class QStandardItemModel;
class MoviePropertiesDialog : public QDialog {
public:
explicit MoviePropertiesDialog(QWidget *parent = nullptr);
- void setPartsId(int id);
+
+ public slots:
+ void init(int seriesPartsId);
private:
void setupDialog();