diff options
| author | Peter Penz <[email protected]> | 2010-10-09 09:45:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-10-09 09:45:56 +0000 |
| commit | 7e864a72b19b72be58d1924264b72bb2f203dda9 (patch) | |
| tree | 4ea5cded01ef8759c5cb7e5f1402bb0735a93a97 /src/CMakeLists.txt | |
| parent | 69d235fb48549d382fcbf432ce019f8aa5a2269e (diff) | |
Move the generic hover- and selection-adjustments from DolphinsDetailsView into the new base class DolphinTreeView.
Background info: QTreeView does not respect the width of a cell for the hover-feedback and the selections. This has been adjusted in DolphinDetailsView already, but the required code for this is quite large. This made it tricky to maintain the really Dolphin-specific parts in DolphinDetailsView.
svn path=/trunk/KDE/kdebase/apps/; revision=1184152
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0f51f29a1..f8dfc831b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,6 +36,7 @@ set(dolphinprivate_LIB_SRCS views/dolphinnewfilemenuobserver.cpp views/dolphinremoteencoding.cpp views/dolphinsortfilterproxymodel.cpp + views/dolphintreeview.cpp views/dolphinviewactionhandler.cpp views/dolphinviewautoscroller.cpp views/dolphinviewcontroller.cpp |
