aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test13.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kconfig_compiler/test13.h.ref')
-rw-r--r--autotests/kconfig_compiler/test13.h.ref11
1 files changed, 11 insertions, 0 deletions
diff --git a/autotests/kconfig_compiler/test13.h.ref b/autotests/kconfig_compiler/test13.h.ref
index 441643f7..6c67fc5d 100644
--- a/autotests/kconfig_compiler/test13.h.ref
+++ b/autotests/kconfig_compiler/test13.h.ref
@@ -47,6 +47,16 @@ class Test13 : public KConfigSkeleton
}
+ Q_PROPERTY(bool startsWithUppercase READ startsWithUppercase CONSTANT)
+ /**
+ Get StartsWithUppercase
+ */
+ bool startsWithUppercase() const
+ {
+ return mStartsWithUppercase;
+ }
+
+
enum {
signalBrightnessChanged = 0x1
};
@@ -62,6 +72,7 @@ class Test13 : public KConfigSkeleton
// kamoso
QUrl mPicturesDir;
double mBrightness;
+ bool mStartsWithUppercase;
private:
};