ParallelProgressDialog: Initialize all data members
Ensures we always have a deterministic state.
This commit is contained in:
parent
3ce06ae202
commit
b70894b950
|
@ -126,6 +126,6 @@ private:
|
|||
|
||||
QProgressDialog m_dialog;
|
||||
Common::Flag m_was_cancelled;
|
||||
int m_last_received_progress;
|
||||
int m_last_received_progress = 0;
|
||||
bool m_is_setting_value = false;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue