forked from qt-creator/qt-creator
analyzer: merge dockwidget and toolbar creation.
Now that dock and control widgets are always created as late as possible and both are needed immediately afterward it makes sense to merge there construction. This also reduces the chance to create a partial tool gui in an inconsitent state. Change-Id: Ic7f405d65b2b8f0b4ee3ff0ef991d6e4746bac0a Reviewed-on: http://codereview.qt.nokia.com/1249 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -111,10 +111,8 @@ private slots:
|
||||
|
||||
private:
|
||||
ToolMode toolMode() const;
|
||||
void ensureWidgets();
|
||||
void initializeDockWidgets();
|
||||
void extensionsInitialized() {}
|
||||
QWidget *createControlWidget();
|
||||
QWidget *createWidgets();
|
||||
|
||||
Analyzer::IAnalyzerEngine *createEngine(const Analyzer::AnalyzerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfiguration = 0);
|
||||
|
||||
Reference in New Issue
Block a user