From 6fe2fe3d437c4bb92652177e5af8f0ba5b97dfd8 Mon Sep 17 00:00:00 2001 From: firewave Date: Sun, 6 Jul 2025 21:34:40 +0200 Subject: [PATCH] fixed #13984 - ThreadResult: some members were not initialized --- gui/threadresult.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/threadresult.h b/gui/threadresult.h index 64c26d03d0c..8c83fdaeb7b 100644 --- a/gui/threadresult.h +++ b/gui/threadresult.h @@ -137,10 +137,10 @@ public slots: * */ std::list mFiles; - std::list::const_iterator mItNextFile; + std::list::const_iterator mItNextFile{mFiles.cbegin()}; std::list mFileSettings; - std::list::const_iterator mItNextFileSettings; + std::list::const_iterator mItNextFileSettings{mFileSettings.cbegin()}; /** * @brief Max progress