diff options
| author | David Faure <faure@kde.org> | 2017-03-21 00:11:33 +0100 |
|---|---|---|
| committer | David Faure <faure@kde.org> | 2017-02-21 00:17:01 +0100 |
| commit | 8d2a89836f0f78d8164df41bd08e61a4951d07b8 (patch) | |
| tree | 3dc90d6d126d80ffbb3da15abeb816c3c73f2e05 /src/core/CMakeLists.txt | |
| parent | 160b8e42664d036427a4ab7b7a40a1e754f808ea (diff) | |
| download | kconfig-8d2a89836f0f78d8164df41bd08e61a4951d07b8.tar.gz kconfig-8d2a89836f0f78d8164df41bd08e61a4951d07b8.tar.bz2 | |
KConfig: stop exporting and installing KConfigBackend.
Summary:
It can't possibly have been used anywhere, because it's not in the KConfig
API anywhere. The intended way to use this API was by providing a plugin
that would derive from KConfigBackend but the plugin loading code
in KConfigBackend::create has been disabled since before KF 5.0.
The reason I want to stop exporting this class is to be able to
optimize it (e.g. the QDateTime in it is completely unused but leads
to data races due to tzset)
Test Plan: Note, I'll rename it to _p.h if we agree, it would just have made this diff too big.
Reviewers: mdawson
Reviewed By: mdawson
Subscribers: #frameworks
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D4604
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 72a46b91..ed7edba1 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -40,7 +40,6 @@ ecm_generate_headers(KConfigCore_HEADERS HEADER_NAMES KAuthorized KConfig - KConfigBackend KConfigBase KConfigGroup KDesktopFile @@ -66,7 +65,6 @@ if (PythonModuleGeneration_FOUND) HEADERS kauthorized.h kconfig.h - kconfigbackend.h kconfigbase.h kconfiggroup.h kdesktopfile.h |
