diff options
| author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-06-02 15:27:13 +0200 |
|---|---|---|
| committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-06-02 15:28:16 +0200 |
| commit | e8ba82f1f4a8cd337c37ff60d8ef479af9f43fdc (patch) | |
| tree | 92032fd2706b5fe58eafa039d861a4c0657646d6 /src/plugins/cpptools/cppmodelmanager.h | |
| parent | c5507b63bdbf2df08a69e8f5afca6d4e316e6b61 (diff) | |
| download | qt-creator-e8ba82f1f4a8cd337c37ff60d8ef479af9f43fdc.tar.gz | |
Protected modelmanager's snapshot.
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.h')
| -rw-r--r-- | src/plugins/cpptools/cppmodelmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.h b/src/plugins/cpptools/cppmodelmanager.h index 30569890e2..d768d8d50b 100644 --- a/src/plugins/cpptools/cppmodelmanager.h +++ b/src/plugins/cpptools/cppmodelmanager.h @@ -170,6 +170,7 @@ private: QMap<ProjectExplorer::Project *, ProjectInfo> m_projects; mutable QMutex mutex; + mutable QMutex protectSnapshot; struct Editor { QPointer<TextEditor::ITextEditor> textEditor; |
