From 80bf76dc318276f67eeec32b8f68e82cf4bb7e62 Mon Sep 17 00:00:00 2001 From: am Date: Sat, 18 Jul 2009 17:54:27 +0000 Subject: Again huge changes (should go on vacation more often :)) -turned archive tab into a QDialog -fixed duplicate handling in ListModel -fixed html output in archive dialog -actually made archiving work -changed covertype to text in database -fixed bug with covertype in coveritem git-svn-id: file:///var/svn/repos2/shemov/trunk@390 f440f766-f032-0410-8965-dc7d17de2ca0 --- shemov.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'shemov.h') diff --git a/shemov.h b/shemov.h index 52aa192..b59f865 100644 --- a/shemov.h +++ b/shemov.h @@ -19,6 +19,8 @@ class QLabel; class QItemSelection; class QSignalMapper; class QMenu; +class ArchiveEditDialog; +class MovieModel; class SheMov : public QMainWindow { Q_OBJECT @@ -59,6 +61,7 @@ class SheMov : public QMainWindow { QAction *mRenameCoverCA; QAction *mTemplateA; QAction *mConfigA; + QAction *mArchiveA; QList mExtractToA; //EndActions @@ -69,8 +72,8 @@ class SheMov : public QMainWindow { QTabWidget *mTab; FilesystemWidget *mFSWidget; - ArchiveEditWidget *mAEWidget; - + ArchiveEditDialog *mAEdit; + MovieModel *mMovieModel; }; #endif -- cgit v1.2.3-70-g09d2