aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2017-02-04 09:45:19 +0000
committerStephen Kelly <steveire@gmail.com>2017-02-04 12:50:26 +0000
commit36e17c3d1c6a2b6af6cb7bb7330cb34b459b25fd (patch)
tree32fa0ffdb04ab648e1773548b135aaa380a18493 /src/core
parentb939b48f8d5e5eaf9a51a7e9bda2ad8cedca27d9 (diff)
downloadkconfig-36e17c3d1c6a2b6af6cb7bb7330cb34b459b25fd.tar.gz
kconfig-36e17c3d1c6a2b6af6cb7bb7330cb34b459b25fd.tar.bz2
Don't export KEntryMap
It is internal.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt1
-rw-r--r--src/core/kconfigdata.h2
2 files changed, 1 insertions, 2 deletions
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<KEntryKey, KEntry>
+class KEntryMap : public QMap<KEntryKey, KEntry>
{
public:
enum SearchFlag {