aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton_p.h
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@enioka.com>2019-11-08 12:19:52 +0100
committerKevin Ottens <kevin.ottens@enioka.com>2019-11-12 13:33:19 +0100
commit44cfa0631d25a1b558640e6122fa6b755bb8c7ad (patch)
tree6301304591a676e0e6c7389f890252f4e632c2e9 /src/core/kcoreconfigskeleton_p.h
parent83732a848ff0c2c83501b853d90ec1ae5e3a6583 (diff)
downloadkconfig-44cfa0631d25a1b558640e6122fa6b755bb8c7ad.tar.gz
kconfig-44cfa0631d25a1b558640e6122fa6b755bb8c7ad.tar.bz2
Prepare KConfigSkeletonItem to allow inheriting its private class
Reviewers: #frameworks, dfaure, davidedmundson, bport, crossi Subscribers: vkrause, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D25210
Diffstat (limited to 'src/core/kcoreconfigskeleton_p.h')
-rw-r--r--src/core/kcoreconfigskeleton_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/kcoreconfigskeleton_p.h b/src/core/kcoreconfigskeleton_p.h
index 623bfa03..cc997621 100644
--- a/src/core/kcoreconfigskeleton_p.h
+++ b/src/core/kcoreconfigskeleton_p.h
@@ -54,6 +54,7 @@ public:
: mIsImmutable(true)
, mWriteFlags(KConfigBase::Normal)
{}
+ virtual ~KConfigSkeletonItemPrivate();
bool mIsImmutable; ///< Indicates this item is immutable
KConfigBase::WriteConfigFlags mWriteFlags; ///< The flags to pass to calls of writeEntry() and revertToDefault()