Minor: init. m_debug to false.

This commit is contained in:
Gerhard Hoffmann 2025-08-20 11:12:56 +02:00
parent e22d78cba8
commit 575a740692

View File

@ -30,7 +30,7 @@ class Update : public QObject {
QString m_dcFileName{};
hwinf *m_hw = nullptr;
bool m_sys_areDCdataValid{};
bool m_debug;
bool m_debug{false};
bool m_noaction;
static QPluginLoader pluginLoader;