From 1547891be25c90446034f24d0487426e174c7849 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 14 Dec 2006 23:49:30 +0000 Subject: 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 --- 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 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 -- cgit v1.3.1