diff options
Diffstat (limited to 'src/core/kcoreconfigskeleton.h')
-rw-r--r-- | src/core/kcoreconfigskeleton.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index a6f58ebe..7abc4052 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -294,6 +294,12 @@ public: void setDefault() override; /** @copydoc KConfigSkeletonItem::swapDefault() */ void swapDefault() override; + + /** + * Set a notify function, it will be invoked when the value of the property changes. + * @since 5.68 + */ + void setNotifyFunction(const std::function<void ()> &impl); }; |