aboutsummaryrefslogtreecommitdiff
path: root/DESIGN
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2021-04-15 12:02:09 +0200
committerDavid Faure <faure@kde.org>2021-04-15 12:02:10 +0200
commit163cebc7065cd85650f45e93203b3ea8dd82f652 (patch)
treed243f79eb175a070e8dfeed3bc1767ff0924c3f2 /DESIGN
parentff9baa8f4a9b910862618dac54d0bdb537af29d1 (diff)
downloadkconfig-163cebc7065cd85650f45e93203b3ea8dd82f652.tar.gz
kconfig-163cebc7065cd85650f45e93203b3ea8dd82f652.tar.bz2
KConfig: rename kconfigdata.h to kconfigdata_p.h
It's internal, the symbols are not exported, the header is not installed. The _p.h naming makes this more obvious, when grepping for stuff in public API.
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 3cccc1ca..a5fbd2b5 100644
--- a/DESIGN
+++ b/DESIGN
@@ -1,7 +1,7 @@
If you add a major new feature, suggest using it in
http://techbase.kde.org/Development/Tutorials/KConfig
-kconfigdata.h contains definitions of the data formats used by kconfig.
+kconfigdata_p.h contains definitions of the data formats used by kconfig.
Configuration entries are stored as "KEntry". They are indexed with "KEntryKey".
The primary store is a "KEntryMap" which is defined as a QMap from "KEntryKey"