forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.5'
Change-Id: I60fca091b2eac67259580acba5ae934c16d74a83
This commit is contained in:
@@ -46,11 +46,5 @@ QmlProfilerRunConfigurationAspect::QmlProfilerRunConfigurationAspect(
|
||||
setRunConfigWidgetCreator([this] { return new Debugger::AnalyzerRunConfigWidget(this); });
|
||||
}
|
||||
|
||||
ProjectExplorer::IRunConfigurationAspect *QmlProfilerRunConfigurationAspect::create(
|
||||
ProjectExplorer::RunConfiguration *runConfig) const
|
||||
{
|
||||
return new QmlProfilerRunConfigurationAspect(runConfig);
|
||||
}
|
||||
|
||||
} // Internal
|
||||
} // QmlProfiler
|
||||
|
||||
@@ -34,9 +34,6 @@ class QmlProfilerRunConfigurationAspect : public ProjectExplorer::IRunConfigurat
|
||||
{
|
||||
public:
|
||||
QmlProfilerRunConfigurationAspect(ProjectExplorer::RunConfiguration *parent);
|
||||
|
||||
ProjectExplorer::IRunConfigurationAspect *create(
|
||||
ProjectExplorer::RunConfiguration *runConfig) const;
|
||||
};
|
||||
|
||||
} // Internal
|
||||
|
||||
Reference in New Issue
Block a user