summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/org.example.echo.qface
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/org.example.echo.qface')
-rw-r--r--tests/auto/core/ivigenerator/org.example.echo.qface2
1 files changed, 2 insertions, 0 deletions
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.}