From a2d771b41e4ce604550b1bf5ba96cc07f40c3b72 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Tue, 3 Sep 2013 12:53:48 +0200 Subject: [PATCH] QmlProfiler: Update Qt Quick 2.0 to Quick 2.1 Change-Id: Ib40cf370798e12540d81e2f7ec532bb119293e4e Reviewed-by: Kai Koehne --- src/plugins/qmlprofiler/qml/Detail.qml | 2 +- src/plugins/qmlprofiler/qml/Label.qml | 2 +- src/plugins/qmlprofiler/qml/MainView.qml | 2 +- src/plugins/qmlprofiler/qml/Overview.qml | 2 +- src/plugins/qmlprofiler/qml/RangeDetails.qml | 2 +- src/plugins/qmlprofiler/qml/RangeMover.qml | 2 +- src/plugins/qmlprofiler/qml/SelectionRange.qml | 2 +- src/plugins/qmlprofiler/qml/SelectionRangeDetails.qml | 2 +- src/plugins/qmlprofiler/qml/TimeDisplay.qml | 2 +- src/plugins/qmlprofiler/qml/TimeMarks.qml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/plugins/qmlprofiler/qml/Detail.qml b/src/plugins/qmlprofiler/qml/Detail.qml index 6eab0bbc3d3..361b7bc6c7c 100644 --- a/src/plugins/qmlprofiler/qml/Detail.qml +++ b/src/plugins/qmlprofiler/qml/Detail.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 Item { diff --git a/src/plugins/qmlprofiler/qml/Label.qml b/src/plugins/qmlprofiler/qml/Label.qml index 608bb53f766..c1a6c3afe72 100644 --- a/src/plugins/qmlprofiler/qml/Label.qml +++ b/src/plugins/qmlprofiler/qml/Label.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 Item { id: labelContainer diff --git a/src/plugins/qmlprofiler/qml/MainView.qml b/src/plugins/qmlprofiler/qml/MainView.qml index 0cdb3b81eaa..4f5a9e7de56 100644 --- a/src/plugins/qmlprofiler/qml/MainView.qml +++ b/src/plugins/qmlprofiler/qml/MainView.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 Rectangle { diff --git a/src/plugins/qmlprofiler/qml/Overview.qml b/src/plugins/qmlprofiler/qml/Overview.qml index 42bc387e19c..05b99bee9b6 100644 --- a/src/plugins/qmlprofiler/qml/Overview.qml +++ b/src/plugins/qmlprofiler/qml/Overview.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 import "Overview.js" as Plotter diff --git a/src/plugins/qmlprofiler/qml/RangeDetails.qml b/src/plugins/qmlprofiler/qml/RangeDetails.qml index dae4db3818e..e0d2460dd84 100644 --- a/src/plugins/qmlprofiler/qml/RangeDetails.qml +++ b/src/plugins/qmlprofiler/qml/RangeDetails.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 Item { diff --git a/src/plugins/qmlprofiler/qml/RangeMover.qml b/src/plugins/qmlprofiler/qml/RangeMover.qml index 4e1fa4290c9..5c786153db8 100644 --- a/src/plugins/qmlprofiler/qml/RangeMover.qml +++ b/src/plugins/qmlprofiler/qml/RangeMover.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 Rectangle { id: rangeMover diff --git a/src/plugins/qmlprofiler/qml/SelectionRange.qml b/src/plugins/qmlprofiler/qml/SelectionRange.qml index 6079b071359..7cbf86b8a57 100644 --- a/src/plugins/qmlprofiler/qml/SelectionRange.qml +++ b/src/plugins/qmlprofiler/qml/SelectionRange.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 Rectangle { id: selectionRange diff --git a/src/plugins/qmlprofiler/qml/SelectionRangeDetails.qml b/src/plugins/qmlprofiler/qml/SelectionRangeDetails.qml index 529bf3b980f..c7e281bf085 100644 --- a/src/plugins/qmlprofiler/qml/SelectionRangeDetails.qml +++ b/src/plugins/qmlprofiler/qml/SelectionRangeDetails.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 Item { diff --git a/src/plugins/qmlprofiler/qml/TimeDisplay.qml b/src/plugins/qmlprofiler/qml/TimeDisplay.qml index dd6ece60838..d93de6e65da 100644 --- a/src/plugins/qmlprofiler/qml/TimeDisplay.qml +++ b/src/plugins/qmlprofiler/qml/TimeDisplay.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 Canvas2D { diff --git a/src/plugins/qmlprofiler/qml/TimeMarks.qml b/src/plugins/qmlprofiler/qml/TimeMarks.qml index 742bc096295..7eda6e4bc49 100644 --- a/src/plugins/qmlprofiler/qml/TimeMarks.qml +++ b/src/plugins/qmlprofiler/qml/TimeMarks.qml @@ -27,7 +27,7 @@ ** ****************************************************************************/ -import QtQuick 2.0 +import QtQuick 2.1 import Monitor 1.0 Canvas2D {