summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/opcua/open62541/qopen62541client.cpp')
-rw-r--r--src/plugins/opcua/open62541/qopen62541client.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/opcua/open62541/qopen62541client.cpp b/src/plugins/opcua/open62541/qopen62541client.cpp
index bbf6467..63867e2 100644
--- a/src/plugins/opcua/open62541/qopen62541client.cpp
+++ b/src/plugins/opcua/open62541/qopen62541client.cpp
@@ -91,14 +91,6 @@ QOpcUaNode *QOpen62541Client::node(const QString &nodeId)
return new QOpcUaNode(new QOpen62541Node(uaNodeId, this, nodeId), m_client);
}
-QOpcUaSubscription *QOpen62541Client::createSubscription(quint32 interval)
-{
- QOpen62541Subscription *backendSubscription = new QOpen62541Subscription(m_backend, interval);
- QOpcUaSubscription *subscription = new QOpcUaSubscription(backendSubscription, interval);
- backendSubscription->m_qsubscription = subscription;
- return subscription;
-}
-
QString QOpen62541Client::backend() const
{
return QStringLiteral("open62541");