From 364430e417600c68133673254b58b4d35608777a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 19 Feb 2026 22:31:16 +0100 Subject: Reorganize BobinkClient by domain and make s_instance private Group header and source by domain (Connection, Discovery, PKI) so properties, methods, and signal handlers live together. Move enums before constructor, move s_instance to private, and add a public instance() accessor used by BobinkNode. --- demo/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo') diff --git a/demo/Main.qml b/demo/Main.qml index ef09b7d..dae415f 100644 --- a/demo/Main.qml +++ b/demo/Main.qml @@ -37,7 +37,7 @@ ApplicationWindow { } } function onConnectionError(message) { - debugConsole.appendLog("ERROR: " + message); + debugConsole.appendLog("Connection error: " + message); root.autoConnectFailed = true; } function onStatusMessage(message) { -- cgit v1.2.3