mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
ParallelProgressDialog: Initialize all data members
Ensures we always have a deterministic state.
This commit is contained in:
parent
3ce06ae202
commit
b70894b950
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue