From b5b46f398c1a04ab443bf22ec08c5efbf72c161e Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 1 Mar 2012 20:09:52 +1000 Subject: Add a hidden XandYAxis enum value For Qt 5 XandYAxis is being renamed to XAndYAxis to more consistently follow capitalization rules. Add an undocumented XandYAxis variable to ease porting. Change-Id: Id9e41dd5578373f5f557937da889a9326ff12e53 Reviewed-by: Martin Jones --- src/imports/qtquick2/plugins.qmltypes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/qtquick2') diff --git a/src/imports/qtquick2/plugins.qmltypes b/src/imports/qtquick2/plugins.qmltypes index 12ea9334f8..e5381629cc 100644 --- a/src/imports/qtquick2/plugins.qmltypes +++ b/src/imports/qtquick2/plugins.qmltypes @@ -880,7 +880,7 @@ Module { values: { "XAxis": 1, "YAxis": 2, - "XandYAxis": 3 + "XAndYAxis": 3 } } Property { name: "target"; type: "QQuickItem"; isPointer: true } @@ -2337,7 +2337,7 @@ Module { "NoDrag": 0, "XAxis": 1, "YAxis": 2, - "XandYAxis": 3 + "XAndYAxis": 3 } } Property { name: "target"; type: "QQuickItem"; isPointer: true } -- cgit v1.2.3