From 197c22be541e18b3e8db0d259d4a3e7be3030bb9 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Mon, 25 Jun 2018 18:12:29 +0200 Subject: Get rid of Qt.labs.handlers import, merge into QtQuick 2.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... and clean up imports in examples, snippets and tests accordingly. Change-Id: I5bbe63afd2614cdc2c1ec7d179c9acd6bc03b167 Reviewed-by: Jan Arve Sæther --- tests/manual/pointer/content/TextBox.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/manual/pointer/content/TextBox.qml') diff --git a/tests/manual/pointer/content/TextBox.qml b/tests/manual/pointer/content/TextBox.qml index 0fbfaf02e3..b59c21379f 100644 --- a/tests/manual/pointer/content/TextBox.qml +++ b/tests/manual/pointer/content/TextBox.qml @@ -25,7 +25,8 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ -import QtQuick 2.0 + +import QtQuick 2.12 Rectangle { id: r1 -- cgit v1.2.3