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.qface5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/core/ivigenerator/org.example.echo.qface b/tests/auto/core/ivigenerator/org.example.echo.qface
index 6ea92bc..d5d9f23 100644
--- a/tests/auto/core/ivigenerator/org.example.echo.qface
+++ b/tests/auto/core/ivigenerator/org.example.echo.qface
@@ -39,6 +39,9 @@ interface Echo {
void voidSlot();
void voidSlot2(int param);
void timer(int interval);
+ AirflowDirection flagMethod(AirflowDirection direction);
+ TestEnum enumMethod(TestEnum testEnum);
+
signal anotherChanged(AnotherStruct another);
signal foobar(string foo);
signal somethingHappened();
@@ -80,6 +83,8 @@ interface EchoZoned {
var varMethod();
Combo getCombo();
string timer(int interval);
+ AirflowDirection flagMethod(AirflowDirection direction);
+ TestEnum enumMethod(TestEnum testEnum);
signal anotherChanged(AnotherStruct another);
signal foobar(string foo);