forked from qt-creator/qt-creator
qmlprofiler: use dockwidgets instead of tabs in the output pane
Change-Id: I2c33c4309e6568a34517fae2bb37f5e70320cfbe Reviewed-on: http://codereview.qt.nokia.com/35 Reviewed-by: hjk
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user