Skip to content
Snippets Groups Projects
Commit 85f5bd36 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner: proper support for WebView

QtWebKit/WebView is now fully supported


Reviewed-by: Kai Koehne
parent c70e28bb
No related branches found
No related tags found
No related merge requests found
...@@ -135,8 +135,6 @@ Internal::ObjectNodeInstance::Pointer NodeInstance::createInstance(const NodeMet ...@@ -135,8 +135,6 @@ Internal::ObjectNodeInstance::Pointer NodeInstance::createInstance(const NodeMet
if (!metaInfo.isValid()) if (!metaInfo.isValid())
instance = Internal::DummyNodeInstance::create(); instance = Internal::DummyNodeInstance::create();
else if (metaInfo.isSubclassOf("QtWebKit/WebView", 1, 0))
instance = Internal::DummyNodeInstance::create();
else if (metaInfo.isSubclassOf("Qt/QWidget", 4, 7)) else if (metaInfo.isSubclassOf("Qt/QWidget", 4, 7))
instance = Internal::DummyNodeInstance::create(); instance = Internal::DummyNodeInstance::create();
else if (metaInfo.isSubclassOf("Qt/QGraphicsView", 4, 7)) else if (metaInfo.isSubclassOf("Qt/QGraphicsView", 4, 7))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment