summaryrefslogtreecommitdiffstats
path: root/src/opcua/client/qopcuaclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/client/qopcuaclient.h')
-rw-r--r--src/opcua/client/qopcuaclient.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/opcua/client/qopcuaclient.h b/src/opcua/client/qopcuaclient.h
index 604c5f4..15c9ee2 100644
--- a/src/opcua/client/qopcuaclient.h
+++ b/src/opcua/client/qopcuaclient.h
@@ -39,7 +39,6 @@
#include <QtOpcUa/qopcuaglobal.h>
#include <QtOpcUa/qopcuanode.h>
-#include <QtOpcUa/qopcuasubscription.h>
#include <QtCore/qobject.h>
#include <QtCore/qurl.h>
@@ -82,8 +81,6 @@ public:
Q_INVOKABLE void disconnectFromEndpoint();
QOpcUaNode *node(const QString &nodeId);
- QOpcUaSubscription *createSubscription(quint32 interval);
-
QUrl url() const;
ClientState state() const;