From caa42afa5d4d9188a66b7c4d004f29eb4eb0fb04 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 22 Apr 2016 10:53:08 +0200 Subject: Fix .impl imports The .impl imports are not standalone modules. Make sure all .impl imports are paired with an import that registers the .impl namespace. The issue was exposed by an unrelated change, which suddenly made tst_accessibility:RadioButton fail. Change-Id: I6fe7c33d52c52f9153d9c8c99a9bd256471fb6b0 Reviewed-by: Mitch Curtis --- src/imports/controls/SwitchDelegate.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/imports/controls/SwitchDelegate.qml') diff --git a/src/imports/controls/SwitchDelegate.qml b/src/imports/controls/SwitchDelegate.qml index caf8e9e1..430fc8ec 100644 --- a/src/imports/controls/SwitchDelegate.qml +++ b/src/imports/controls/SwitchDelegate.qml @@ -36,6 +36,7 @@ import QtQuick 2.6 import QtQuick.Templates 2.0 as T +import QtQuick.Controls 2.0 import QtQuick.Controls.impl 2.0 T.SwitchDelegate { -- cgit v1.2.3