diff options
author | hjk <qtc-committer@nokia.com> | 2011-05-20 12:43:29 +0200 |
---|---|---|
committer | hjk <hjk@codereview.qt.nokia.com> | 2011-05-23 14:56:36 +0200 |
commit | cc645911c15e77ca3d290010e58968aa1fb353ca (patch) | |
tree | 75623d71f575b3114bd653de67a1f4790837f22c /src/plugins/qmlprofiler/qmlprofilertool.h | |
parent | b7d71b07696df3a5d29e6c620a1aec858285e78c (diff) | |
download | qt-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.h | 5 |
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; } |