diff options
author | Arno <arno@disconnect.de> | 2016-10-01 06:38:20 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-10-01 06:38:20 +0200 |
commit | 9f7eb6110e21ecd3a058ff6ff4316c2c5605d172 (patch) | |
tree | 509b555e0f97b71a09e2bb6217b0f2cf99d684c5 /archiveview.h | |
parent | b56947a5ec754019feb7ff37868f8c8eb6c39146 (diff) | |
download | SheMov-9f7eb6110e21ecd3a058ff6ff4316c2c5605d172.tar.gz SheMov-9f7eb6110e21ecd3a058ff6ff4316c2c5605d172.tar.bz2 SheMov-9f7eb6110e21ecd3a058ff6ff4316c2c5605d172.zip |
Use configured Reencode reasons...
... in new movie wizard...
Diffstat (limited to 'archiveview.h')
-rw-r--r-- | archiveview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archiveview.h b/archiveview.h index 35c4629..7b2f45a 100644 --- a/archiveview.h +++ b/archiveview.h @@ -213,6 +213,9 @@ class MetadataEditorWidget : public QWidget { signals: void oldSelected(const QString &); + private slots: + void addToComment(const QString &reason); + private: QSpinBox *mReleaseYear; QLineEdit *mSubject; @@ -220,6 +223,7 @@ class MetadataEditorWidget : public QWidget { QRadioButton *mTorrent; QRadioButton *mUsenet; QDate mAdded; + QComboBox *mReencReason; QList<QWidget*> mWidgets; }; |