summaryrefslogtreecommitdiffstats
path: root/moviepropertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'moviepropertiesdialog.h')
-rw-r--r--moviepropertiesdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moviepropertiesdialog.h b/moviepropertiesdialog.h
index 2d37b57..75aff95 100644
--- a/moviepropertiesdialog.h
+++ b/moviepropertiesdialog.h
@@ -7,6 +7,7 @@ class QLineEdit;
class QRadioButton;
class SmView;
class QStandardItemModel;
+class SmInputDialog;
class MoviePropertiesDialog : public QDialog {
public:
@@ -18,6 +19,7 @@ class MoviePropertiesDialog : public QDialog {
private:
void setupDialog();
+ void addItem(SmInputDialog *dlg, QStandardItemModel *model, QIcon icon);
QLineEdit *mSeriesNameLE;
QLineEdit *mSubtitleLE;
QLineEdit *mCommentLE;
@@ -30,6 +32,8 @@ class MoviePropertiesDialog : public QDialog {
SmView *mGenreV;
QStandardItemModel *mGenreM;
int mSeriesPartsId;
+ SmInputDialog *mActorDlg;
+ SmInputDialog *mGenreDlg;
};
#endif // MOVIEPROPERTIESDIALOG_H