From 7cee23157f099837fffc22380b85ac33a2006a49 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 19 Mar 2018 09:57:24 +0100 Subject: Introduce singleton for KFilePlacesModel There are various places where Dolphin created a new KFilePlacesModel which would then query all storage devices and do other expensive work. Differential Revision: https://phabricator.kde.org/D11283 --- 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 58af19ebd..7b7037003 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -202,6 +202,7 @@ set(dolphinstatic_SRCS dolphinviewcontainer.cpp dolphincontextmenu.cpp dolphintabbar.cpp + dolphinplacesmodelsingleton.cpp dolphinrecenttabsmenu.cpp dolphintabpage.cpp dolphintabwidget.cpp -- cgit v1.3.1