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 --- examples/quick/shapes/content/tapableTriangle.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples/quick/shapes/content/tapableTriangle.qml') diff --git a/examples/quick/shapes/content/tapableTriangle.qml b/examples/quick/shapes/content/tapableTriangle.qml index be48e23876..22ed577bcb 100644 --- a/examples/quick/shapes/content/tapableTriangle.qml +++ b/examples/quick/shapes/content/tapableTriangle.qml @@ -48,9 +48,8 @@ ** ****************************************************************************/ -import QtQuick 2.11 -import QtQuick.Shapes 1.11 -import Qt.labs.handlers 1.0 +import QtQuick 2.12 +import QtQuick.Shapes 1.12 Rectangle { width: 120 -- cgit v1.2.3