From dca452260217b1b63f9874d3d436a1b910ad4a41 Mon Sep 17 00:00:00 2001
From: Liang Qi <liang.qi@digia.com>
Date: Mon, 27 May 2013 12:58:08 +0200
Subject: [PATCH] Update all plugins.qmltypes files

Task-number: QTBUG-31388

Change-Id: I6b8ed2c7f641e38242540633fefe9ed0dc7cc8bf
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
---
 src/controls/plugins.qmltypes | 4 +++-
 src/layouts/plugins.qmltypes  | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/controls/plugins.qmltypes b/src/controls/plugins.qmltypes
index 893635788..8997cecfa 100644
--- a/src/controls/plugins.qmltypes
+++ b/src/controls/plugins.qmltypes
@@ -3,7 +3,7 @@ import QtQuick.tooling 1.1
 // This file describes the plugin-supplied types contained in the library.
 // It is used for QML tooling purposes only.
 //
-// This file was auto-generated with the command '/home/jpnurmi/Projects/qt5-stable/qtbase/bin/qmlplugindump -notrelocatable QtQuick.Controls 1.0'.
+// This file was auto-generated with the command 'qmlplugindump -notrelocatable QtQuick.Controls 1.0'.
 
 Module {
     Component {
@@ -67,6 +67,8 @@ Module {
         Property { name: "__contentItem"; type: "QQuickItem"; isPointer: true }
         Property { name: "__minimumWidth"; type: "int" }
         Property { name: "__font"; type: "QFont" }
+        Property { name: "__xOffset"; type: "double" }
+        Property { name: "__yOffset"; type: "double" }
         Signal { name: "__menuClosed" }
         Signal { name: "popupVisibleChanged" }
         Method { name: "__closeMenu" }
diff --git a/src/layouts/plugins.qmltypes b/src/layouts/plugins.qmltypes
index c3f1c77c5..a0744951d 100644
--- a/src/layouts/plugins.qmltypes
+++ b/src/layouts/plugins.qmltypes
@@ -3,7 +3,7 @@ import QtQuick.tooling 1.1
 // This file describes the plugin-supplied types contained in the library.
 // It is used for QML tooling purposes only.
 //
-// This file was auto-generated with the command '/Users/thohartm/dev/qt5/qtbase/bin/qmlplugindump.app/Contents/MacOS/qmlplugindump QtQuick.Layouts 1.0 -notrelocatable'.
+// This file was auto-generated with the command 'qmlplugindump QtQuick.Layouts 1.0 -notrelocatable'.
 
 Module {
     Component {
@@ -11,12 +11,14 @@ Module {
         defaultProperty: "data"
         prototype: "QQuickLinearLayout"
         exports: ["QtQuick.Layouts/ColumnLayout 1.0"]
+        exportMetaObjectRevisions: [0]
     }
     Component {
         name: "QQuickGridLayout"
         defaultProperty: "data"
         prototype: "QQuickGridLayoutBase"
         exports: ["QtQuick.Layouts/GridLayout 1.0"]
+        exportMetaObjectRevisions: [0]
         Enum {
             name: "Flow"
             values: {
@@ -36,6 +38,7 @@ Module {
         defaultProperty: "data"
         prototype: "QQuickItem"
         exports: ["QtQuick.Layouts/Layout 1.0"]
+        exportMetaObjectRevisions: [0]
         attachedType: "QQuickLayoutAttached"
     }
     Component {
@@ -66,5 +69,6 @@ Module {
         defaultProperty: "data"
         prototype: "QQuickLinearLayout"
         exports: ["QtQuick.Layouts/RowLayout 1.0"]
+        exportMetaObjectRevisions: [0]
     }
 }
-- 
GitLab