[frameworks/kcmutils] src/qml: Fix types in QML documentation
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7a66ada36fac94d89604759dcb6888c33446370d by Nicolas Fella.
Committed on 16/08/2026 at 20:29.
Pushed by nicolasfella into branch 'master'.
Fix types in QML documentation
M +2 -2 src/qml/settingstateproxy.h
https://invent.kde.org/frameworks/kcmutils/-/commit/7a66ada36fac94d89604759dcb6888c33446370d
diff --git a/src/qml/settingstateproxy.h b/src/qml/settingstateproxy.h
index b798503e..b90e3b6e 100644
--- a/src/qml/settingstateproxy.h
+++ b/src/qml/settingstateproxy.h
@@ -28,13 +28,13 @@ class SettingStateProxy : public QObject
QML_ELEMENT
/*!
- * \qmlproperty bool SettingStateProxy::configObject
+ * \qmlproperty KCoreConfigSkeleton SettingStateProxy::configObject
* \brief The config object which will be monitored for setting state changes.
*/
Q_PROPERTY(KCoreConfigSkeleton *configObject READ configObject WRITE setConfigObject NOTIFY configObjectChanged)
/*!
- * \qmlproperty bool SettingStateProxy::settingName
+ * \qmlproperty string SettingStateProxy::settingName
* \brief The name of the setting in the config object.
*/
Q_PROPERTY(QString settingName READ settingName WRITE setSettingName NOTIFY settingNameChanged)