From ed9025f03aa6fcbf720f4e022f3594c85de0a385 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 1 Apr 2026 11:54:12 +0200 Subject: Check all unchecked return values and guard error paths --- demo/Main.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demo/Main.qml') diff --git a/demo/Main.qml b/demo/Main.qml index f0f3674..02bc31e 100644 --- a/demo/Main.qml +++ b/demo/Main.qml @@ -38,6 +38,8 @@ ApplicationWindow { function onConnectionError(message) { debugConsole.appendLog("Connection error: " + message); connectionPage.autoConnectFailed = true; + certTrustDialog.close(); + keyPasswordDialog.close(); } function onDiscoveringChanged() { -- cgit v1.2.3