QmlDesigner: Remove QuickWindowNodeInstance

Change-Id: I164b38286a4a4b1ff642c1cfdb8cd19477ad9fa1
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Marco Bubke
2014-04-16 13:14:32 +02:00
parent a0a36db59b
commit c7699c1121
4 changed files with 0 additions and 215 deletions
@@ -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