aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/window/plugins.qmltypes
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2014-08-26 12:15:31 +0200
committerKai Koehne <kai.koehne@digia.com>2014-08-27 08:42:43 +0200
commitd8bc98b525c082ed7a2904a985e0daee48b406bb (patch)
tree519e4dff418449baa5bc9d7c52721262ad045f86 /src/imports/window/plugins.qmltypes
parenta67aa6abc6a406b00ef58a7e07fd39012bfa3eb1 (diff)
Use QtQuick.Window 2.2v5.3.2
Use version 2.2 in the documentation and for the .qmltypes file. The revision for properties got dropped in commit 7ceca6ac0 , and is now dropped from the .qmltypes file, too. The removed signals are also dropped because of that (because they are implicitly declared by the property, anyway). Change-Id: Ia14dd403ce1f098cb378bd7940e8f80f32b770a0 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src/imports/window/plugins.qmltypes')
-rw-r--r--src/imports/window/plugins.qmltypes17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/imports/window/plugins.qmltypes b/src/imports/window/plugins.qmltypes
index f69359b125..27c0299c32 100644
--- a/src/imports/window/plugins.qmltypes
+++ b/src/imports/window/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.1
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtQuick.Window 2.0'
+// 'qmlplugindump -nonrelocatable QtQuick.Window 2.2'
Module {
Component {
@@ -31,19 +31,16 @@ Module {
Component {
name: "QQuickScreenAttached"
prototype: "QObject"
- Property { name: "name"; revision: 1; type: "string"; isReadonly: true }
+ Property { name: "name"; type: "string"; isReadonly: true }
Property { name: "width"; type: "int"; isReadonly: true }
Property { name: "height"; type: "int"; isReadonly: true }
- Property { name: "desktopAvailableWidth"; revision: 1; type: "int"; isReadonly: true }
- Property { name: "desktopAvailableHeight"; revision: 1; type: "int"; isReadonly: true }
- Property { name: "logicalPixelDensity"; revision: 1; type: "double"; isReadonly: true }
- Property { name: "pixelDensity"; revision: 2; type: "double"; isReadonly: true }
+ Property { name: "desktopAvailableWidth"; type: "int"; isReadonly: true }
+ Property { name: "desktopAvailableHeight"; type: "int"; isReadonly: true }
+ Property { name: "logicalPixelDensity"; type: "double"; isReadonly: true }
+ Property { name: "pixelDensity"; type: "double"; isReadonly: true }
Property { name: "primaryOrientation"; type: "Qt::ScreenOrientation"; isReadonly: true }
Property { name: "orientation"; type: "Qt::ScreenOrientation"; isReadonly: true }
- Signal { name: "nameChanged"; revision: 1 }
- Signal { name: "desktopGeometryChanged"; revision: 1 }
- Signal { name: "logicalPixelDensityChanged"; revision: 1 }
- Signal { name: "pixelDensityChanged"; revision: 2 }
+ Signal { name: "desktopGeometryChanged" }
Method {
name: "angleBetween"
type: "int"