summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'moviepropertiesdialog.h')
-rw-r--r--moviepropertiesdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moviepropertiesdialog.h b/moviepropertiesdialog.h
index a409b0a..2d37b57 100644
--- a/moviepropertiesdialog.h
+++ b/moviepropertiesdialog.h
@@ -10,6 +10,7 @@ class QStandardItemModel;
class MoviePropertiesDialog : public QDialog {
public:
+ enum CustomRoles { ActorIdRole = Qt::UserRole + 1, GenreIdRole = Qt::UserRole + 2 };
explicit MoviePropertiesDialog(QWidget *parent = nullptr);
public slots: