forked from qt-creator/qt-creator
		
	Add analyzer new APIs support to plugins.
Merge-request: 284 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
		| @@ -81,8 +81,9 @@ public: | ||||
|     bool m_running; | ||||
| }; | ||||
|  | ||||
| QmlProfilerEngine::QmlProfilerEngine(ProjectExplorer::RunConfiguration *runConfiguration) | ||||
|     : IAnalyzerEngine(runConfiguration), d(new QmlProfilerEnginePrivate(this)) | ||||
| QmlProfilerEngine::QmlProfilerEngine(const Analyzer::AnalyzerStartParameters &sp, ProjectExplorer::RunConfiguration *runConfiguration) | ||||
|     : IAnalyzerEngine(sp, runConfiguration) | ||||
|     , d(new QmlProfilerEnginePrivate(this)) | ||||
| { | ||||
|     ProjectExplorer::LocalApplicationRunConfiguration *localAppConfig = | ||||
|             qobject_cast<ProjectExplorer::LocalApplicationRunConfiguration *>(runConfiguration); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user