diff options
Diffstat (limited to 'covereditor.h')
-rw-r--r-- | covereditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/covereditor.h b/covereditor.h index 39246cd..c702ef8 100644 --- a/covereditor.h +++ b/covereditor.h @@ -22,12 +22,14 @@ class CoverEditor : public QWidget { const QString frontCover() const; const QString backCover() const; const QString covers() const; + const QString movie() const; private: const QString findPath(const QString &name) const; QComboBox *mFrontCover; QComboBox *mBackCover; QComboBox *mCovers; + QComboBox *mMovie; QStringList mCoverPaths; }; |