C++: add method to dump the model manager configuration.

This method is called when the QTCREATOR_DUMP_PROJECT_INFO environment
variable is defined.

Change-Id: Id314994a2eed79cf688f5ef82f597524dba7a5cd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Erik Verbruggen
2012-11-06 10:48:16 +01:00
committed by Friedemann Kleint
parent 0b121abb5e
commit 41eff78e87
2 changed files with 53 additions and 32 deletions

View File

@@ -188,6 +188,8 @@ private:
QStringList internalFrameworkPaths() const;
QByteArray internalDefinedMacros() const;
void dumpModelManagerConfiguration();
private:
static QMutex m_modelManagerMutex;
static CppModelManager *m_modelManagerInstance;