summaryrefslogtreecommitdiffstats
path: root/src/plugins/opcua/open62541/qopen62541backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/opcua/open62541/qopen62541backend.h')
-rw-r--r--src/plugins/opcua/open62541/qopen62541backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/opcua/open62541/qopen62541backend.h b/src/plugins/opcua/open62541/qopen62541backend.h
index 4fa17bf..1a2a46a 100644
--- a/src/plugins/opcua/open62541/qopen62541backend.h
+++ b/src/plugins/opcua/open62541/qopen62541backend.h
@@ -74,12 +74,12 @@ public Q_SLOTS:
public:
UA_Client *m_uaclient;
+ QOpen62541Client *m_clientImpl;
+ bool m_useStateCallback;
private:
QOpen62541Subscription *getSubscriptionForItem(uintptr_t handle, QOpcUa::NodeAttribute attr);
- bool checkAndUpdateClientState();
- QOpen62541Client *m_clientImpl;
QTimer m_subscriptionTimer;
QHash<quint32, QOpen62541Subscription *> m_subscriptions;