summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h')
-rw-r--r--src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h b/src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h
index 13fb368..0c6962e 100644
--- a/src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h
+++ b/src/plugins/opcua/freeopcua/qfreeopcuavalueconverter.h
@@ -56,6 +56,7 @@ namespace QFreeOpcUaValueConverter
QVariant toQVariant(const OpcUa::Variant &variant);
OpcUa::Variant toTypedVariant(const QVariant &variant, QOpcUa::Types type);
QString nodeIdToString(const OpcUa::NodeId &id);
+ OpcUa::NodeId stringToNodeId(const QString &id);
QOpcUa::UaStatusCode exceptionToStatusCode(const std::exception &ex);