forked from qt-creator/qt-creator
QmlDesigner: Move views in ViewManager in a data class
To prevent the export of all the view and to reduce compile times we move the views in the ViewManager in a data class. Change-Id: Ib568101433268abc1aedd502e5877d2f07076fa5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include <variantproperty.h>
|
||||
#include <qmldesignerplugin.h>
|
||||
#include <viewmanager.h>
|
||||
#include <nodeinstanceview.h>
|
||||
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
#include <projectexplorer/project.h>
|
||||
|
||||
Reference in New Issue
Block a user