From b56947a5ec754019feb7ff37868f8c8eb6c39146 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 1 Oct 2016 06:08:32 +0200 Subject: Configure reencode reasons Next: make it available in new movies dialog. --- smglobals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smglobals.h') diff --git a/smglobals.h b/smglobals.h index a674203..7cc332f 100644 --- a/smglobals.h +++ b/smglobals.h @@ -11,6 +11,7 @@ #include #include #include +#include class QAbstractItemModel; class PictureViewer2; @@ -43,6 +44,8 @@ class SmGlobals : public QObject { QHash filetypeMap() const { return mFiletypeMap; } QHash registeredWidgets() { return mWidgets; } void registerWidget(const QString &name, QWidget *w); + QStringList reencReasons() const { return mReencReasons; } + void setReencReasons(const QStringList reasons); private: SmGlobals(); @@ -57,6 +60,7 @@ class SmGlobals : public QObject { ArchiveController *mArchiveController; QHash mFiletypeMap; QHash mWidgets; + QStringList mReencReasons; }; #endif -- cgit v1.2.3-70-g09d2