┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-06 20:06:04 +0000
committerPeter Penz <[email protected]>2008-12-06 20:06:04 +0000
commit53bdec9b58131014dcec9d6bc7d48e1aa01be979 (patch)
tree2d8b1b193c5828c6937586f780a3d28dbec417b7 /src/CMakeLists.txt
parentd2e8f27200727a7a8d12932176f21c1e81dcad93 (diff)
Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usable when trying to select items outside the visible view area (reported to Qt Software with bug ID #214542) -> implemented custom auto scrolling algorithm.
BUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=893546
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 196577fc8..9cd091045 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -34,6 +34,7 @@ set(dolphinprivate_LIB_SRCS
dolphincategorydrawer.cpp
dolphinview.cpp
dolphinviewactionhandler.cpp
+ dolphinviewautoscroller.cpp
draganddrophelper.cpp
folderexpander.cpp
ktooltip.cpp