mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
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…
x
Reference in New Issue
Block a user