forked from qt-creator/qt-creator
rename TestTreeViewWidget to TestNavigationWidget
also move it to an extra file Change-Id: Ia76c9b3be4c11207a564e7cc7fcb2eae730ae505 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
d778fc5477
commit
6a4afc7d5f
@@ -24,6 +24,7 @@
|
||||
#include "testtreeview.h"
|
||||
#include "testtreemodel.h"
|
||||
#include "testresultspane.h"
|
||||
#include "testnavigationwidget.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/icontext.h>
|
||||
@@ -105,7 +106,7 @@ bool AutotestPlugin::initialize(const QStringList &arguments, QString *errorStri
|
||||
TestSettingsPage *settingsPage = new TestSettingsPage(m_settings);
|
||||
addAutoReleasedObject(settingsPage);
|
||||
|
||||
addAutoReleasedObject(new TestViewFactory);
|
||||
addAutoReleasedObject(new TestNavigationWidgetFactory);
|
||||
addAutoReleasedObject(TestResultsPane::instance());
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user