diff options
| author | Peter Penz <[email protected]> | 2008-08-12 18:36:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-08-12 18:36:49 +0000 |
| commit | b94777f9d19b3d515088493a81885082a50be791 (patch) | |
| tree | 13bcf6ba24534ace7dfebbb1c9dc4ec280529a60 /src/CMakeLists.txt | |
| parent | e41715db92d8f30f69b6831e3e03657740e25254 (diff) | |
Provide functionality for auto-expanding folders (the whole patch has been provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=845975
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a09e5779e..f09810b71 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,6 +31,7 @@ set(dolphinprivate_LIB_SRCS dolphincategorydrawer.cpp dolphinview.cpp dolphinviewactionhandler.cpp + folderexpander.cpp iconmanager.cpp ktooltip.cpp kballoontipdelegate.cpp @@ -108,7 +109,7 @@ set(dolphin_SRCS iconsizedialog.cpp iconsviewsettingspage.cpp infosidebarpage.cpp - ktreeview.cpp + ktreeview.cpp main.cpp metadatawidget.cpp metatextlabel.cpp |
