From 7e864a72b19b72be58d1924264b72bb2f203dda9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 9 Oct 2010 09:45:56 +0000 Subject: 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 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') 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 -- cgit v1.3.1