mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
Lock the whole replace operation in a mutex.
This commit is contained in:
parent
9847b8efa9
commit
14f4335420
2 changed files with 22 additions and 12 deletions
|
@ -105,6 +105,8 @@ private:
|
|||
QPointer< PartitionLabelsView > m_afterPartitionLabelsView;
|
||||
|
||||
int m_lastSelectedDeviceIndex;
|
||||
|
||||
QMutex m_coreMutex;
|
||||
};
|
||||
|
||||
#endif // CHOICEPAGE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue