summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-05-20 12:43:29 +0200
committerhjk <hjk@codereview.qt.nokia.com>2011-05-23 14:56:36 +0200
commitcc645911c15e77ca3d290010e58968aa1fb353ca (patch)
tree75623d71f575b3114bd653de67a1f4790837f22c /src/plugins/qmlprofiler/qmlprofilertool.h
parentb7d71b07696df3a5d29e6c620a1aec858285e78c (diff)
downloadqt-creator-cc645911c15e77ca3d290010e58968aa1fb353ca.tar.gz
qmlprofiler: use dockwidgets instead of tabs in the output pane
Change-Id: I2c33c4309e6568a34517fae2bb37f5e70320cfbe Reviewed-on: http://codereview.qt.nokia.com/35 Reviewed-by: hjk
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.h')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.h b/src/plugins/qmlprofiler/qmlprofilertool.h
index aec6864464..fd590c3e1a 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.h
+++ b/src/plugins/qmlprofiler/qmlprofilertool.h
@@ -54,13 +54,12 @@ public:
void initialize();
void extensionsInitialized();
+ void initializeDockWidgets();
Analyzer::IAnalyzerEngine *createEngine(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration = 0);
- Analyzer::IAnalyzerOutputPaneAdapter *outputPaneAdapter();
- QWidget *createToolBarWidget();
- QWidget *createTimeLineWidget();
+ QWidget *createControlWidget();
bool canRunRemotely() const;
bool needsOutputPane() const { return false; }