aboutsummaryrefslogtreecommitdiffstats
path: root/demo/Main.qml
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-04-01 11:54:12 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-04-01 11:54:12 +0200
commited9025f03aa6fcbf720f4e022f3594c85de0a385 (patch)
treee8ce6b3cd42a74172ba69eb6d9aa6ed31ccde8f8 /demo/Main.qml
parentf3beb1624c24012c246d17a40c4e10c1c6b3b5b5 (diff)
downloadBobinkQtOpcUa-ed9025f03aa6fcbf720f4e022f3594c85de0a385.tar.gz
BobinkQtOpcUa-ed9025f03aa6fcbf720f4e022f3594c85de0a385.zip
Check all unchecked return values and guard error pathsHEADmaster
Diffstat (limited to 'demo/Main.qml')
-rw-r--r--demo/Main.qml2
1 files changed, 2 insertions, 0 deletions
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() {