aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/test/tst_test.cpp.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates/test/tst_test.cpp.tpl')
-rw-r--r--src/tools/ivigenerator/templates/test/tst_test.cpp.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ivigenerator/templates/test/tst_test.cpp.tpl b/src/tools/ivigenerator/templates/test/tst_test.cpp.tpl
index d725b8b..8141167 100644
--- a/src/tools/ivigenerator/templates/test/tst_test.cpp.tpl
+++ b/src/tools/ivigenerator/templates/test/tst_test.cpp.tpl
@@ -158,7 +158,7 @@ public:
{% endfor %}
{% for operation in interface.operations %}
- virtual {{ivi.operation(operation, zoned = interface_zoned)}} override
+ {{ivi.operation(operation, zoned = interface_zoned)}} override
{
Q_EMIT {{operation}}Called({% if operation.parameters|length %}{{operation.parameters|join(', ')}}{% endif %}{%
if interface_zoned %}{%if operation.parameters|length %}, {%endif%} zone{% endif %});