diff options
| -rw-r--r-- | autotests/kconfig_compiler/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | autotests/kconfig_compiler/test_properties_minmax.h.ref | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/autotests/kconfig_compiler/CMakeLists.txt b/autotests/kconfig_compiler/CMakeLists.txt index 93ab9b09..f1a9dd8c 100644 --- a/autotests/kconfig_compiler/CMakeLists.txt +++ b/autotests/kconfig_compiler/CMakeLists.txt @@ -224,7 +224,7 @@ set(test_properties_minmax_SRCS test_properties_minmax_main.cpp)  gen_kcfg_test_source(test_properties_minmax test_properties_minmax_SRCS GENERATE_MOC)  ecm_add_test(${test_properties_minmax_SRCS} -    TEST_NAME test-properties-minmax +    TEST_NAME test_properties_minmax      LINK_LIBRARIES KF5::ConfigGui  ) @@ -234,7 +234,7 @@ set(test_param_minmax_SRCS test_param_minmax_main.cpp)  gen_kcfg_test_source(test_param_minmax test_param_minmax_SRCS GENERATE_MOC)  ecm_add_test(${test_param_minmax_SRCS} -    TEST_NAME test-param-minmax +    TEST_NAME test_param_minmax      LINK_LIBRARIES KF5::ConfigGui  ) 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      */  | 
