From 98c75be2b35096dd3f8a6f9f9d710a1eed0a9938 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 4 Apr 2018 19:12:12 +0200 Subject: MoviePropertiesDialog: implement remove genre and actor Only removes items from the view, does nothing to the database yet. --- moviepropertiesdialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'moviepropertiesdialog.h') diff --git a/moviepropertiesdialog.h b/moviepropertiesdialog.h index 75aff95..944b4c3 100644 --- a/moviepropertiesdialog.h +++ b/moviepropertiesdialog.h @@ -20,6 +20,7 @@ class MoviePropertiesDialog : public QDialog { private: void setupDialog(); void addItem(SmInputDialog *dlg, QStandardItemModel *model, QIcon icon); + void removeItem(SmView *view); QLineEdit *mSeriesNameLE; QLineEdit *mSubtitleLE; QLineEdit *mCommentLE; -- cgit v1.2.3-70-g09d2