From 08772ea264dc07e349b562533f47b0b73d8612b2 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Thu, 30 Nov 2023 16:16:25 +0100 Subject: [PATCH] Fixed uninitilized variable in CWKeyProfile --- data/CWKeyProfile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/data/CWKeyProfile.h b/data/CWKeyProfile.h index 35281347..3e477465 100644 --- a/data/CWKeyProfile.h +++ b/data/CWKeyProfile.h @@ -22,6 +22,7 @@ class CWKeyProfile { defaultSpeed = 0; baudrate = 0; + netport = 0; }; QString profileName;