summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-04-04 19:12:12 +0200
committerArno <arno@disconnect.de>2018-04-04 19:12:12 +0200
commit98c75be2b35096dd3f8a6f9f9d710a1eed0a9938 (patch)
tree84a7c85068688ea530a3308581be91054b9ac2ff /moviepropertiesdialog.h
parentf48e27a63c59840979dd848893ffba3faefdfdde (diff)
downloadSheMov-98c75be2b35096dd3f8a6f9f9d710a1eed0a9938.tar.gz
SheMov-98c75be2b35096dd3f8a6f9f9d710a1eed0a9938.tar.bz2
SheMov-98c75be2b35096dd3f8a6f9f9d710a1eed0a9938.zip
MoviePropertiesDialog: implement remove genre and actor
Only removes items from the view, does nothing to the database yet.
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 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;