From 11b99fda8727f2225961c0b83ecdb18674a9670a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 19 Feb 2026 23:12:16 +0100 Subject: Extract errorChanged lambda into named handleClientError slot --- src/BobinkClient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BobinkClient.h') diff --git a/src/BobinkClient.h b/src/BobinkClient.h index c566a67..7eb6c3c 100644 --- a/src/BobinkClient.h +++ b/src/BobinkClient.h @@ -155,6 +155,7 @@ private slots: QOpcUa::UaStatusCode statusCode, const QUrl &requestUrl); void handleConnectError (QOpcUaErrorState *errorState); + void handleClientError (QOpcUaClient::ClientError error); /* -- Discovery -- */ void handleFindServersFinished ( -- cgit v1.2.3