diff options
author | Arno <arno@disconnect.de> | 2018-04-15 05:06:13 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-04-15 05:06:13 +0200 |
commit | 600415db82d965d8c496bc0bc973f9dde90bc739 (patch) | |
tree | e2251eecef7b4b99aeeec6c83db2100aebbc4ac3 /moviepropertiesdialog.h | |
parent | c2fa217850fc4d170642f33241a1cd0c713e19dd (diff) | |
download | SheMov-600415db82d965d8c496bc0bc973f9dde90bc739.tar.gz SheMov-600415db82d965d8c496bc0bc973f9dde90bc739.tar.bz2 SheMov-600415db82d965d8c496bc0bc973f9dde90bc739.zip |
Edit subject
Forgot that on implementing MoviePropertiesDialog...
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 f44c35a..29abec0 100644 --- a/moviepropertiesdialog.h +++ b/moviepropertiesdialog.h @@ -25,6 +25,7 @@ class MoviePropertiesDialog : public QDialog { QLineEdit *mSeriesNameLE; QLineEdit *mSubtitleLE; QLineEdit *mCommentLE; + QLineEdit *mSubjectLE; QLineEdit *mReleaseYearLE; QLineEdit *mSeriesPartLE; QRadioButton *mTorrentRB; |