┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-12-14 23:49:30 +0000
committerPeter Penz <[email protected]>2006-12-14 23:49:30 +0000
commit1547891be25c90446034f24d0487426e174c7849 (patch)
treebdbdfbbbf6ba48114ffa9f2608d11c5ccbb9c5dc /src/CMakeLists.txt
parent418cfc1d7420eec3b8624b03e1e8250ba31dc08b (diff)
Use QSortFilterProxyModel for sorting KFileItems (thanks to Fredrik for this hint!). TODO: the implementation does not work yet, as QSortFilerProxyModel::lessThan() is not invoked; I'm too tired currently for finding the root of this ;-)
svn path=/trunk/playground/utils/dolphin/; revision=613747
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 3294672bb..7c50ce550 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -24,6 +24,7 @@ set(dolphin_SRCS
bookmarkselector.cpp
urlbutton.cpp
dolphincontextmenu.cpp
+ dolphinsortfilterproxymodel.cpp
undomanager.cpp
progressindicator.cpp
iconsviewsettingspage.cpp