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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opcua/client/qopcuaclient.h b/src/opcua/client/qopcuaclient.h
index 2331f3f..a914d7a 100644
--- a/src/opcua/client/qopcuaclient.h
+++ b/src/opcua/client/qopcuaclient.h
@@ -46,7 +46,7 @@ public:
Disconnected,
Connecting,
Connected,
- Closing
+ Closing,
};
Q_ENUM(ClientState)
@@ -56,7 +56,7 @@ public:
AccessDenied,
ConnectionError,
UnknownError,
- UnsupportedAuthenticationInformation
+ UnsupportedAuthenticationInformation,
};
Q_ENUM(ClientError)