aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@enioka.com>2019-10-16 16:14:19 +0200
committerKevin Ottens <kevin.ottens@enioka.com>2019-10-16 16:15:13 +0200
commit3f68be12f87e83b67f9270eb139d894bf65ebef1 (patch)
treec2812709feab7809b34713e01fdc322da8610377 /src
parentb52daca3290cee680de1081864a3ded757e134f5 (diff)
downloadkconfig-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')
-rw-r--r--src/core/kcoreconfigskeleton.h2
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