Add members
bool m_updateNotNecessary = false; QStringList m_ismasTriggerStatusMessage;
This commit is contained in:
parent
d2300b87c6
commit
e040e784fc
2
worker.h
2
worker.h
@ -159,6 +159,8 @@ class Worker : public QThread{
|
|||||||
bool m_initialClone = false;
|
bool m_initialClone = false;
|
||||||
bool m_repairClone = false;
|
bool m_repairClone = false;
|
||||||
bool m_ismasTriggerActive = false;
|
bool m_ismasTriggerActive = false;
|
||||||
|
bool m_updateNotNecessary = false;
|
||||||
|
QStringList m_ismasTriggerStatusMessage;
|
||||||
|
|
||||||
MainWindow *m_mainWindow;
|
MainWindow *m_mainWindow;
|
||||||
bool m_withoutIsmasDirectPort;
|
bool m_withoutIsmasDirectPort;
|
||||||
|
Loading…
Reference in New Issue
Block a user