Lock the whole replace operation in a mutex.

This commit is contained in:
Teo Mrnjavac 2015-12-24 17:02:50 +01:00
parent 9847b8efa9
commit 14f4335420
2 changed files with 22 additions and 12 deletions

View file

@ -105,6 +105,8 @@ private:
QPointer< PartitionLabelsView > m_afterPartitionLabelsView;
int m_lastSelectedDeviceIndex;
QMutex m_coreMutex;
};
#endif // CHOICEPAGE_H