diff options
| author | Kai Uwe Broulik <[email protected]> | 2018-03-19 09:57:24 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2018-03-19 09:57:24 +0100 |
| commit | 7cee23157f099837fffc22380b85ac33a2006a49 (patch) | |
| tree | 7db6d1f55e74f9d518b94a1147f1cd8699a72ea9 /src/CMakeLists.txt | |
| parent | 6f05c66cc0d2416a21fd8eaff0ec6e7a9161d59c (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.txt | 1 |
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 |
