From fae8ba471b0adb917f4edd1a99bca47fdaea0169 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 9 Jan 2011 13:58:35 +0000 Subject: Encapsulate the creation and handling of the directory lister, the model and proxy model to DolphinView. By this it will be easier later to replace the traditional QAbstractItemViews by any kind of other implementation (e.g. based on QGraphicsView/QML). svn path=/trunk/KDE/kdebase/apps/; revision=1213189 --- src/tests/testbase.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/tests/testbase.h') diff --git a/src/tests/testbase.h b/src/tests/testbase.h index d29213291..70e2ae8a7 100644 --- a/src/tests/testbase.h +++ b/src/tests/testbase.h @@ -74,9 +74,6 @@ public: // Make members that are accessed frequently by the derived test classes public - DolphinDirLister* m_dirLister; - DolphinModel* m_dolphinModel; - DolphinSortFilterProxyModel* m_proxyModel; DolphinView* m_view; QString m_path; @@ -90,4 +87,4 @@ private: }; -#endif \ No newline at end of file +#endif -- cgit v1.3