]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/folders/folderspanel.cpp
Merge branch 'master' into kf6
[dolphin.git] / src / panels / folders / folderspanel.cpp
index 914692000018f8d9b6161667b635db75b1a114c5..af2b1357bbb3d2bc122d30fe3590a8dcfb39f3f1 100644 (file)
@@ -131,7 +131,6 @@ void FoldersPanel::showEvent(QShowEvent *event)
         // This assures that no performance and memory overhead is given when the folders panel is not
         // used at all and stays invisible.
         KFileItemListView *view = new KFileItemListView();
-        view->setScanDirectories(false);
         view->setWidgetCreator(new KItemListWidgetCreator<FoldersItemListWidget>());
         view->setSupportsItemExpanding(true);
         // Set the opacity to 0 initially. The opacity will be increased after the loading of the initial tree
@@ -366,3 +365,5 @@ void FoldersPanel::updateCurrentItem(int index)
 
     m_controller->view()->scrollToItem(index);
 }
+
+#include "moc_folderspanel.cpp"