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

QmlDesigner.ItemLibrary crash fix


Since we support Qt Quick 2 and 1 force
import is ambigous and does not make sense.


Task-number: QTCREATORBUG-8560
Change-Id: I49491215e1f2ea6ef8284b0f5f5793ff4e70dea3
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent 4efe8105
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,6 @@ MetaInfo { ...@@ -356,7 +356,6 @@ MetaInfo {
libraryIcon: ":/qtquickplugin/webview-icon.png" libraryIcon: ":/qtquickplugin/webview-icon.png"
version: "1.0" version: "1.0"
requiredImport: "QtWebKit" requiredImport: "QtWebKit"
forceImport: "true"
Property { name: "width"; type: "int"; value: 300; } Property { name: "width"; type: "int"; value: 300; }
Property { name: "height"; type: "int"; value: 300; } Property { name: "height"; type: "int"; value: 300; }
...@@ -369,7 +368,6 @@ MetaInfo { ...@@ -369,7 +368,6 @@ MetaInfo {
libraryIcon: ":/qtquickplugin/images/webview-icon.png" libraryIcon: ":/qtquickplugin/images/webview-icon.png"
version: "2.0" version: "2.0"
requiredImport: "QtWebKit" requiredImport: "QtWebKit"
forceImport: "true"
Property { name: "width"; type: "int"; value: 300; } Property { name: "width"; type: "int"; value: 300; }
Property { name: "height"; type: "int"; value: 300; } Property { name: "height"; type: "int"; value: 300; }
......
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