From 3f68be12f87e83b67f9270eb139d894bf65ebef1 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Wed, 16 Oct 2019 16:14:19 +0200 Subject: Expose isImmutable to introspection (e.g. QML) Reviewers: #plasma, #frameworks, mart, dfaure Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24697 --- src/core/kcoreconfigskeleton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index 6e792efd..16ff0417 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -1443,7 +1443,7 @@ public: * Return whether a certain item is immutable * @since 4.4 */ - bool isImmutable(const QString &name) const; + Q_INVOKABLE bool isImmutable(const QString &name) const; /** * Lookup item by name -- cgit v1.2.1