From e8f4f398c60060d4edd09065000d977cf38a9bcc Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 23 Jun 2010 20:27:32 +0200 Subject: Singleton cleanup The SmUberModel class wasn't needed at all, so I removed it. Instead I renamed SmUmberModelSingleton into a real singleton for all QAbstractItemModel*, though right now it only supports the SeriesTreeModel and FileTreeModel. But it should eventually evolve into a singleton for all QAbstractItemModel *. For this I renamed the class SmUberModelSingleton to SmModelSingleton. --- archivetreeview.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'archivetreeview.h') diff --git a/archivetreeview.h b/archivetreeview.h index fc3e2fe..2f07d2f 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -26,8 +26,6 @@ class ArchiveTreeView : public QWidget SeriesTreeWidget *mSeriesWidget; QTreeView *mFilesView; - //models - SmUberModel *mUberModel; }; #endif -- cgit v1.2.3-70-g09d2