From 346c7aea64f1cdee06cdee4b7ffb1cfb63b67fb2 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 12 Sep 2019 14:19:15 +0200 Subject: ivigenerator: Fix the 'server_qtro_simulator' template to handle 'getter-name' correctly The underlying QtRO transport doesn't allow us to define the getter or setter names for the property, that's why we need to use the property name when deriving from the autogenerated source classes. Change-Id: I417e85af5460d51fab9964fc163279e5eea3afe1 Fixes: AUTOSUITE-1242 Reviewed-by: Robert Griebl --- tests/auto/core/ivigenerator/org.example.echo.qface | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/auto/core/ivigenerator/org.example.echo.qface b/tests/auto/core/ivigenerator/org.example.echo.qface index d5d9f23..17a519c 100644 --- a/tests/auto/core/ivigenerator/org.example.echo.qface +++ b/tests/auto/core/ivigenerator/org.example.echo.qface @@ -19,6 +19,8 @@ interface Echo { readonly string lastMessage; int intValue; var varValue; + @config: { getter_name: "isEchoEnabled" } + bool echoEnabled; @config_simulator: {minimum: 10.} real floatValue1; @config_simulator: {maximum: 10.} -- cgit v1.2.1