diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_properties_minmax.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_properties_minmax.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_properties_minmax.h.ref b/autotests/kconfig_compiler/test_properties_minmax.h.ref index 26b79e63..5f222320 100644 --- a/autotests/kconfig_compiler/test_properties_minmax.h.ref +++ b/autotests/kconfig_compiler/test_properties_minmax.h.ref @@ -40,7 +40,7 @@ class TestPropertiesMinMax : public KConfigSkeleton } Q_PROPERTY(int bar READ bar WRITE setBar NOTIFY barChanged) - Q_PROPERTY(bool isBarImmutable CONSTANT) + Q_PROPERTY(bool isBarImmutable READ isBarImmutable CONSTANT) /** Get bar */ |