summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcua_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcua_plugin.cpp')
-rw-r--r--src/imports/opcua/opcua_plugin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/imports/opcua/opcua_plugin.cpp b/src/imports/opcua/opcua_plugin.cpp
index c99e367..7fefb15 100644
--- a/src/imports/opcua/opcua_plugin.cpp
+++ b/src/imports/opcua/opcua_plugin.cpp
@@ -42,7 +42,7 @@
#include "opcuaconnection.h"
#include "opcuarelativenodepath.h"
#include "opcuarelativenodeid.h"
-#include "opcuatype.h"
+#include "qopcuatype.h"
#include <QLoggingCategory>
#include <qqml.h>
@@ -79,7 +79,6 @@ void OpcUaPlugin::registerTypes(const char *uri)
qmlRegisterType<OpcUaRelativeNodePath>(uri, major, minor, "RelativeNodePath");
qmlRegisterType<OpcUaRelativeNodeId>(uri, major, minor, "RelativeNodeId");
qmlRegisterUncreatableMetaObject(Constants::staticMetaObject, uri, major, minor, "Constants", "This type can not be created.");
- qmlRegisterUncreatableType<LocalizedText>(uri, major, minor, "LocalizedText", "This type can only be accessed as member of other elements");
// insert new versions here