mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ParallelProgressDialog: Initialize all data members
Ensures we always have a deterministic state.
This commit is contained in:
@ -126,6 +126,6 @@ private:
|
|||||||
|
|
||||||
QProgressDialog m_dialog;
|
QProgressDialog m_dialog;
|
||||||
Common::Flag m_was_cancelled;
|
Common::Flag m_was_cancelled;
|
||||||
int m_last_received_progress;
|
int m_last_received_progress = 0;
|
||||||
bool m_is_setting_value = false;
|
bool m_is_setting_value = false;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user