diff options
-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 |