summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-07-30 11:33:03 +0200
committerhjk <hjk121@nokiamail.com>2013-08-01 10:32:24 +0200
commit2ba88d1c18bb903627a4a03692eb70f31c313a6f (patch)
tree5064c778d513665f3b4f482c005511729bc91293 /src/plugins/qmlprofiler/qmlprofilertool.h
parentdb2dc342f45f4f53a23db62f3a03179dd4be6b9e (diff)
downloadqt-creator-2ba88d1c18bb903627a4a03692eb70f31c313a6f.tar.gz
Analyzer: Remove IAnalizerTool::createStartParameters
That's a needless indirection. The run control factories know pretty well what kind of start parameters they need. Change-Id: Ia2d92beb6512cd99254fe22e215950cc67d5d0ed Reviewed-by: Aurindam Jana <aurindam.jana@digia.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h
index 412cb6a87f..27dd2befbc 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.h
+++ b/src/plugins/qmlprofiler/qmlprofilertool.h
@@ -62,10 +62,6 @@ public:
bool canRun(ProjectExplorer::RunConfiguration *runConfiguration,
ProjectExplorer::RunMode mode) const;
- Analyzer::AnalyzerStartParameters createStartParameters(
- ProjectExplorer::RunConfiguration *runConfiguration,
- ProjectExplorer::RunMode mode) const;
-
QWidget *createWidgets();
void startTool(Analyzer::StartMode mode);