forked from qt-creator/qt-creator
		
	Analyzer: Move runMode member from IAnalyzerTool to AnalyzerAction
Slim down tool before dissolving. Change-Id: I502aaa8860293acf8bfd93f541b751d5b96a9563 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
		@@ -63,6 +63,7 @@ bool QmlProfilerPlugin::initialize(const QStringList &arguments, QString *errorS
 | 
			
		||||
    action = new AnalyzerAction(this);
 | 
			
		||||
    action->setId("QmlProfiler.Local");
 | 
			
		||||
    action->setTool(tool);
 | 
			
		||||
    action->setRunMode(ProjectExplorer::QmlProfilerRunMode);
 | 
			
		||||
    action->setText(tr("QML Profiler"));
 | 
			
		||||
    action->setToolTip(description);
 | 
			
		||||
    action->setStartMode(StartLocal);
 | 
			
		||||
@@ -72,6 +73,7 @@ bool QmlProfilerPlugin::initialize(const QStringList &arguments, QString *errorS
 | 
			
		||||
    action = new AnalyzerAction(this);
 | 
			
		||||
    action->setId("QmlProfiler.Remote");
 | 
			
		||||
    action->setTool(tool);
 | 
			
		||||
    action->setRunMode(ProjectExplorer::QmlProfilerRunMode);
 | 
			
		||||
    action->setText(tr("QML Profiler (External)"));
 | 
			
		||||
    action->setToolTip(description);
 | 
			
		||||
    action->setStartMode(StartRemote);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user