From 4224fd193cb425ce2a4d0b23ff6e8e06b95193b1 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Tue, 23 Jan 2024 20:01:41 -0300 Subject: [PATCH] Qt6 count method has changed return type From int to qsizetype, and that brakes LTM charts serialization. Since curves count is a small number and to preserve backward compatibility, convert count result to int. --- src/Charts/LTMSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Charts/LTMSettings.cpp b/src/Charts/LTMSettings.cpp index 72c6be2d5..46fc55a77 100644 --- a/src/Charts/LTMSettings.cpp +++ b/src/Charts/LTMSettings.cpp @@ -184,7 +184,7 @@ QDataStream &operator<<(QDataStream &out, const LTMSettings &settings) out<