From 059a4feee45b91d819d7675fe5b3cc220f29c6ee Mon Sep 17 00:00:00 2001 From: Benjamin Port Date: Wed, 12 Feb 2020 10:51:32 +0100 Subject: Add setNotifyFunction to KPropertySkeletonItem Summary: This function will be called when the property value change Reviewers: ervin, meven, crossi Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D27342 --- src/core/kcoreconfigskeleton_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/kcoreconfigskeleton_p.h') diff --git a/src/core/kcoreconfigskeleton_p.h b/src/core/kcoreconfigskeleton_p.h index 19f6f4bb..871122c0 100644 --- a/src/core/kcoreconfigskeleton_p.h +++ b/src/core/kcoreconfigskeleton_p.h @@ -86,6 +86,7 @@ public: const QVariant mConstDefaultValue; QVariant mReference; QVariant mLoadedValue; + std::function mNotifyFunction; }; -- cgit v1.2.1