aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-10-04 23:34:03 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-10-05 05:44:28 +0000
commit9f8b28f6c3359e8933a3453fd7d601047ff11606 (patch)
tree5971e41ff51d62bc45208782866f5fe91139040b /src/imports/templates/plugins.qmltypes
parenta908a2d25c920d685a6d7a4793bd2ff465137745 (diff)
Update plugins.qmltypes
Change-Id: I276dbd1464577fdee9c6920deb38e890c1a18daf Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index fc5c980e..002ea9b7 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -462,11 +462,8 @@ Module {
name: "QQuickPopup"
defaultProperty: "contentData"
prototype: "QObject"
- exports: [
- "QtQuick.Templates/Popup 2.0",
- "QtQuick.Templates/Popup 2.1"
- ]
- exportMetaObjectRevisions: [0, 1]
+ exports: ["QtQuick.Templates/Popup 2.0"]
+ exportMetaObjectRevisions: [0]
Enum {
name: "ClosePolicy"
values: {
@@ -513,8 +510,6 @@ Module {
Property { name: "leftPadding"; type: "double" }
Property { name: "rightPadding"; type: "double" }
Property { name: "bottomPadding"; type: "double" }
- Property { name: "allowVerticalFlip"; revision: 1; type: "bool" }
- Property { name: "allowHorizontalFlip"; revision: 1; type: "bool" }
Property { name: "locale"; type: "QLocale" }
Property { name: "font"; type: "QFont" }
Property { name: "parent"; type: "QQuickItem"; isPointer: true }
@@ -534,8 +529,6 @@ Module {
Property { name: "transformOrigin"; type: "TransformOrigin" }
Property { name: "enter"; type: "QQuickTransition"; isPointer: true }
Property { name: "exit"; type: "QQuickTransition"; isPointer: true }
- Signal { name: "allowVerticalFlipChanged"; revision: 1 }
- Signal { name: "allowHorizontalFlipChanged"; revision: 1 }
Signal {
name: "windowChanged"
Parameter { name: "window"; type: "QQuickWindow"; isPointer: true }
@@ -1060,8 +1053,6 @@ Module {
Property { name: "delay"; type: "int" }
Property { name: "timeout"; type: "int" }
Property { name: "text"; type: "string" }
- Method { name: "open" }
- Method { name: "close" }
}
Component {
name: "QQuickToolTipAttached"