forked from qt-creator/qt-creator
PE: Fix order of initialization
...to avoid nullptr connects.
Amends c20c2a8c86
.
Change-Id: Idfb75903289f8ee2cbfc8ae49af008305342ea83
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -819,10 +819,10 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
|
|||||||
|
|
||||||
setupProjectTreeWidgetFactory();
|
setupProjectTreeWidgetFactory();
|
||||||
|
|
||||||
setupCurrentProjectFind();
|
|
||||||
|
|
||||||
dd = new ProjectExplorerPluginPrivate;
|
dd = new ProjectExplorerPluginPrivate;
|
||||||
|
|
||||||
|
setupCurrentProjectFind();
|
||||||
|
|
||||||
setupSanitizerOutputParser();
|
setupSanitizerOutputParser();
|
||||||
|
|
||||||
setupJsonWizardPages();
|
setupJsonWizardPages();
|
||||||
|
Reference in New Issue
Block a user