Minor: init. m_debug to false.

This commit is contained in:
2025-08-20 11:12:56 +02:00
committed by Siegfried Siegert
parent 0c6b219d31
commit 9c40321857

View File

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