Protected modelmanager's snapshot.

This commit is contained in:
Roberto Raggi
2009-06-02 15:27:13 +02:00
parent c5507b63bd
commit e8ba82f1f4
2 changed files with 12 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ private:
QMap<ProjectExplorer::Project *, ProjectInfo> m_projects;
mutable QMutex mutex;
mutable QMutex protectSnapshot;
struct Editor {
QPointer<TextEditor::ITextEditor> textEditor;