aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl')
-rw-r--r--src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl b/src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl
index b4a43c8..3aedb26 100644
--- a/src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl
+++ b/src/tools/ivigenerator/templates/backend_qtro/backend.cpp.tpl
@@ -47,7 +47,7 @@
#include <QDebug>
#include <QSettings>
#include <QTimer>
-#include "{{module.module_name|lower}}module.h"
+#include "{{module.module_name|lower}}.h"
Q_LOGGING_CATEGORY(qLcRO{{interface}}, "{{module|qml_type|lower}}.{{interface|lower}}backend.remoteobjects", QtInfoMsg)
@@ -146,7 +146,7 @@ void {{zone_class}}::emitCurrentState()
, m_synced(false)
{% endif %}
{
- {{module.module_name|upperfirst}}Module::registerTypes();
+ {{module.module_name|upperfirst}}::registerTypes();
{% if interface_zoned %}
auto zoneObject = new {{zone_class}}(QString(), this);