summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-04 12:35:31 +0200
committerArno <arno@disconnect.de>2018-04-04 12:35:31 +0200
commit519b2392f16adbf179ef7a117513dc7a2b890b6e (patch)
tree7a23dd5c10d309fd89396566bae01aac7af2e2cb /moviepropertiesdialog.h
parent295b8e2b197e689380002ccfe77fe4fb56c544d6 (diff)
downloadSheMov-519b2392f16adbf179ef7a117513dc7a2b890b6e.tar.gz
SheMov-519b2392f16adbf179ef7a117513dc7a2b890b6e.tar.bz2
SheMov-519b2392f16adbf179ef7a117513dc7a2b890b6e.zip
Fill MoviePropertiesDialog, part 1
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();