From 9dc2528dfdb04f18641602cfd24c09cb9b119107 Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 8 Jul 2013 22:09:36 +0200 Subject: Make new archive work Well, this is a huge commit. Should be severals, but who knew... First and foremost feature: Make NewMovieWizard work with the experimental model. This change obsoleted a lot of code. Also, the old archive won't work with with the new Wizward... There are most probably many other features I forgot about. --- smglobals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'smglobals.h') diff --git a/smglobals.h b/smglobals.h index 64cc418..825640d 100644 --- a/smglobals.h +++ b/smglobals.h @@ -39,6 +39,7 @@ class SmGlobals : public QObject { const QHash & icons() const { return mIcons; } qint64 dvdSize() const { return mDvdSize; } QList &treeWidgets() { return mTreeWidgets; } + QHash filetypeMap() const { return mFiletypeMap; } private: SmGlobals(); @@ -54,6 +55,7 @@ class SmGlobals : public QObject { qint64 mDvdSize; QList mTreeWidgets; ArchiveController *mArchiveController; + QHash mFiletypeMap; }; #endif -- cgit v1.2.3-70-g09d2