diff options
| author | Peter Penz <[email protected]> | 2011-01-09 13:58:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-01-09 13:58:35 +0000 |
| commit | fae8ba471b0adb917f4edd1a99bca47fdaea0169 (patch) | |
| tree | f7aaa90e0d4414867adb82781088b48242a0b969 /src/tests/testbase.h | |
| parent | 58ea012256a752fb803a462c0ff025a4de4b5dbf (diff) | |
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
Diffstat (limited to 'src/tests/testbase.h')
| -rw-r--r-- | src/tests/testbase.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
