From d8bc98b525c082ed7a2904a985e0daee48b406bb Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 26 Aug 2014 12:15:31 +0200 Subject: Use QtQuick.Window 2.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 Reviewed-by: Alan Alpert --- src/imports/window/plugins.qmltypes | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/imports/window/plugins.qmltypes') 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" -- cgit v1.2.3