forked from qt-creator/qt-creator
QmlDesigner: Remove QuickWindowNodeInstance
Change-Id: I164b38286a4a4b1ff642c1cfdb8cd19477ad9fa1 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
#include "debugoutputcommand.h"
|
||||
|
||||
#include "quickitemnodeinstance.h"
|
||||
#include "quickwindownodeinstance.h"
|
||||
|
||||
#include "nodeinstanceserver.h"
|
||||
#include "instancecontainer.h"
|
||||
@@ -198,8 +197,6 @@ Internal::ObjectNodeInstance::Pointer ServerNodeInstance::createInstance(QObject
|
||||
instance = Internal::QmlTransitionNodeInstance::create(objectToBeWrapped);
|
||||
else if (isSubclassOf(objectToBeWrapped, "QQuickBehavior"))
|
||||
instance = Internal::BehaviorNodeInstance::create(objectToBeWrapped);
|
||||
else if (isSubclassOf(objectToBeWrapped, "QQuickWindow"))
|
||||
instance = Internal::QuickWindowNodeInstance::create(objectToBeWrapped);
|
||||
else if (isSubclassOf(objectToBeWrapped, "QObject"))
|
||||
instance = Internal::ObjectNodeInstance::create(objectToBeWrapped);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user