aboutsummaryrefslogtreecommitdiffstats
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 e1bf983..07ac74f 100644
--- a/tests/auto/core/ivigenerator/org.example.echo.qface
+++ b/tests/auto/core/ivigenerator/org.example.echo.qface
@@ -33,6 +33,7 @@ interface Echo {
model<Contact> contactList;
Contact contact;
WeekDay weekDay;
+ real UPPERCASEPROPERTY;
string echo(string msg);
string id() const;
@@ -67,6 +68,7 @@ interface EchoZoned {
int rangedValue;
int rangedValueWithDefault;
Contact contact;
+ real UPPERCASEPROPERTY;
string echo(string msg);
string id();