diff options
| author | Arno <arno@disconnect.de> | 2018-04-04 19:12:12 +0200 | 
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2018-04-04 19:12:12 +0200 | 
| commit | 98c75be2b35096dd3f8a6f9f9d710a1eed0a9938 (patch) | |
| tree | 84a7c85068688ea530a3308581be91054b9ac2ff /moviepropertiesdialog.h | |
| parent | f48e27a63c59840979dd848893ffba3faefdfdde (diff) | |
| download | SheMov-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.h | 1 | 
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;  | 
