diff options
| author | Peter Penz <[email protected]> | 2010-03-30 20:19:32 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-03-30 20:19:32 +0000 |
| commit | 47d31139224f9bfded4626803626a58afe3eb748 (patch) | |
| tree | d07122b133b9865bb982177706376478651d1ea7 /src/CMakeLists.txt | |
| parent | 25ffe18e65543cacd07be2628a60f10316375dd3 (diff) | |
Split the class DolphinController into the two classes DolphinViewController and ViewModeController.
The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way.
svn path=/trunk/KDE/kdebase/apps/; revision=1109228
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 582ab2aa9..3ab04f5c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,7 +16,6 @@ endif (Nepomuk_FOUND) ########### next target ############### set(dolphinprivate_LIB_SRCS - dolphincontroller.cpp dolphindetailsview.cpp dolphiniconsview.cpp dolphincolumnview.cpp @@ -30,6 +29,7 @@ set(dolphinprivate_LIB_SRCS dolphinview.cpp dolphinviewactionhandler.cpp dolphinviewautoscroller.cpp + dolphinviewcontroller.cpp dolphinremoteencoding.cpp dolphindetailsviewexpander.cpp draganddrophelper.cpp @@ -49,6 +49,7 @@ set(dolphinprivate_LIB_SRCS versioncontrol/updateitemstatesthread.cpp versioncontrol/versioncontrolobserver.cpp viewextensionsfactory.cpp + viewmodecontroller.cpp viewproperties.cpp zoomlevelinfo.cpp ) |
