aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-30 14:05:56 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-07-30 14:33:59 +0200
commit52c06731c31b0b5685ef2b0cf8f26a5f4e55f6e5 (patch)
tree69667fdb93cdafca364834cfc5d4fcf4fecd482d
parent901d20d10324a27a9fd614808a8966a94ec9d986 (diff)
QmlDesigner.ItemLibrary: Remove Flipable
Flipable is basically unsuported by the designer and it does not make sense to show something unsupported in the library. Change-Id: Ib75be87f8303e0da7fe0a069bc257600296c3cbe Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
-rw-r--r--src/plugins/qmldesigner/qtquickplugin/quick.metainfo25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/plugins/qmldesigner/qtquickplugin/quick.metainfo b/src/plugins/qmldesigner/qtquickplugin/quick.metainfo
index bd8a6b2dc1..6aeb725db7 100644
--- a/src/plugins/qmldesigner/qtquickplugin/quick.metainfo
+++ b/src/plugins/qmldesigner/qtquickplugin/quick.metainfo
@@ -243,31 +243,6 @@ MetaInfo {
}
Type {
- name: "QtQuick.Flipable"
- icon: ":/qtquickplugin/images/flipable-icon16.png"
-
- ItemLibraryEntry {
- name: "Flipable"
- category: "Qt Quick - Basic"
- libraryIcon: ":/qtquickplugin/images/flipable-icon.png"
- version: "1.0"
-
- Property { name: "width"; type: "int"; value: 200; }
- Property { name: "height"; type: "int"; value: 200; }
- }
-
- ItemLibraryEntry {
- name: "Flipable"
- category: "Qt Quick - Basic"
- libraryIcon: ":/qtquickplugin/images/flipable-icon.png"
- version: "2.0"
-
- Property { name: "width"; type: "int"; value: 200; }
- Property { name: "height"; type: "int"; value: 200; }
- }
- }
-
- Type {
name: "QtQuick.GridView"
icon: ":/qtquickplugin/images/gridview-icon16.png"