┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorKai Uwe Broulik <[email protected]>2018-03-19 09:57:24 +0100
committerKai Uwe Broulik <[email protected]>2018-03-19 09:57:24 +0100
commit7cee23157f099837fffc22380b85ac33a2006a49 (patch)
tree7db6d1f55e74f9d518b94a1147f1cd8699a72ea9 /src/CMakeLists.txt
parent6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c (diff)
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
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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