Minor: init. m_debug to false.
This commit is contained in:
parent
e22d78cba8
commit
575a740692
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user