diff options
Diffstat (limited to 'autotests/kconfig_compiler/test13.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test13.h.ref | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/test13.h.ref b/autotests/kconfig_compiler/test13.h.ref index 3a6e7f89..6c67fc5d 100644 --- a/autotests/kconfig_compiler/test13.h.ref +++ b/autotests/kconfig_compiler/test13.h.ref @@ -16,6 +16,7 @@ class Test13 : public KConfigSkeleton Test13( ); ~Test13(); + Q_PROPERTY(QUrl picturesDir READ picturesDir CONSTANT) /** Get picturesDir @@ -45,6 +46,7 @@ class Test13 : public KConfigSkeleton return mBrightness; } + Q_PROPERTY(bool startsWithUppercase READ startsWithUppercase CONSTANT) /** Get StartsWithUppercase |