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:
Marco Bubke
2013-11-06 15:47:59 +01:00
parent ac563c2b03
commit 0374d83e83
4 changed files with 89 additions and 73 deletions

View File

@@ -38,6 +38,7 @@
#include <variantproperty.h>
#include <qmldesignerplugin.h>
#include <viewmanager.h>
#include <nodeinstanceview.h>
#include <projectexplorer/projectexplorer.h>
#include <projectexplorer/project.h>