diff options
Diffstat (limited to 'src/core/kconfigdata.h')
-rw-r--r-- | src/core/kconfigdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |