From 89c3587b8768bb49d7f82aa845781ee485df8370 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 4 Apr 2018 13:28:28 +0200 Subject: Fill MoviePropertiesDialog, part 2 Actors and Genres. --- moviepropertiesdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'moviepropertiesdialog.h') 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: -- cgit v1.2.3-70-g09d2