diff options
| author | Peter Penz <[email protected]> | 2006-12-14 23:49:30 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2006-12-14 23:49:30 +0000 |
| commit | 1547891be25c90446034f24d0487426e174c7849 (patch) | |
| tree | bdbdfbbbf6ba48114ffa9f2608d11c5ccbb9c5dc /src/CMakeLists.txt | |
| parent | 418cfc1d7420eec3b8624b03e1e8250ba31dc08b (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.txt | 1 |
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 |
