summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcuavaluenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcuavaluenode.h')
-rw-r--r--src/imports/opcua/opcuavaluenode.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/imports/opcua/opcuavaluenode.h b/src/imports/opcua/opcuavaluenode.h
index 1d892a9..cab3474 100644
--- a/src/imports/opcua/opcuavaluenode.h
+++ b/src/imports/opcua/opcuavaluenode.h
@@ -59,11 +59,6 @@ signals:
private slots:
void setupNode(const QString &absolutePath) override;
- void handleAttributeUpdate(QOpcUa::NodeAttributes attrs);
- void handleDataChangeOccurred(QOpcUa::NodeAttribute attr, QVariant value);
-
- private:
- QVariant m_cachedValue;
};
QT_END_NAMESPACE