From 36e17c3d1c6a2b6af6cb7bb7330cb34b459b25fd Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 4 Feb 2017 09:45:19 +0000 Subject: Don't export KEntryMap It is internal. --- src/core/CMakeLists.txt | 1 - src/core/kconfigdata.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 83e4f76e..72a46b91 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -68,7 +68,6 @@ if (PythonModuleGeneration_FOUND) kconfig.h kconfigbackend.h kconfigbase.h - kconfigdata.h kconfiggroup.h kdesktopfile.h ksharedconfig.h diff --git a/src/core/kconfigdata.h b/src/core/kconfigdata.h index 5839dfd4..a2430169 100644 --- a/src/core/kconfigdata.h +++ b/src/core/kconfigdata.h @@ -157,7 +157,7 @@ QDebug operator<<(QDebug dbg, const KEntry &entry); * with the group name. * @internal */ -class KCONFIGCORE_EXPORT KEntryMap : public QMap +class KEntryMap : public QMap { public: enum SearchFlag { -- cgit v1.2.1