From eab822e206207c51d47f0f0da109caacfbee4e2f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 15 Jan 2017 11:36:22 +0000 Subject: Add missing export decoration --- src/core/kconfigdata.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/kconfigdata.h b/src/core/kconfigdata.h index 3b70c24f..4dd2fa77 100644 --- a/src/core/kconfigdata.h +++ b/src/core/kconfigdata.h @@ -23,6 +23,8 @@ #ifndef KCONFIGDATA_H #define KCONFIGDATA_H +#include + #include #include #include @@ -155,7 +157,7 @@ QDebug operator<<(QDebug dbg, const KEntry &entry); * with the group name. * @internal */ -class KEntryMap : public QMap +class KCONFIGCORE_EXPORT KEntryMap : public QMap { public: enum SearchFlag { -- cgit v1.2.1