diff options
author | Kevin Ottens <kevin.ottens@enioka.com> | 2019-10-16 16:14:19 +0200 |
---|---|---|
committer | Kevin Ottens <kevin.ottens@enioka.com> | 2019-10-16 16:15:13 +0200 |
commit | 3f68be12f87e83b67f9270eb139d894bf65ebef1 (patch) | |
tree | c2812709feab7809b34713e01fdc322da8610377 /src/core | |
parent | b52daca3290cee680de1081864a3ded757e134f5 (diff) | |
download | kconfig-3f68be12f87e83b67f9270eb139d894bf65ebef1.tar.gz kconfig-3f68be12f87e83b67f9270eb139d894bf65ebef1.tar.bz2 |
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
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/kcoreconfigskeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |