From f4da422087f77ce9a549ff73250910e5ae217ff0 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 19 Feb 2026 22:59:08 +0100 Subject: Refactor BobinkClient and clean up comments - Format BobinkAuth.cpp to match GNU style used elsewhere - Replace brittle error name array with QMetaEnum in BobinkClient - Move QOpcUaPkiConfiguration include from header to .cpp - Replace m_discoveryInterval member with file-scope constant - Add doc comments to SecurityMode and SecurityPolicy enums - Comment endpoint selection strategy in handleEndpointsReceived - Add missing QML ids to connectionPage and serverListView --- demo/Main.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demo') diff --git a/demo/Main.qml b/demo/Main.qml index dae415f..9d3e168 100644 --- a/demo/Main.qml +++ b/demo/Main.qml @@ -76,6 +76,7 @@ ApplicationWindow { Layout.fillHeight: true initialItem: Page { + id: connectionPage Component.onCompleted: { Bobink.discoveryUrl = discoveryUrlField.text; Bobink.startDiscovery(); @@ -146,6 +147,7 @@ ApplicationWindow { } ListView { + id: serverListView Layout.fillWidth: true Layout.preferredHeight: 100 clip: true -- cgit v1.2.3