aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/SwitchDelegate.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-22 10:53:08 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-23 12:37:31 +0000
commitcaa42afa5d4d9188a66b7c4d004f29eb4eb0fb04 (patch)
tree9a532f2bd925a3b10945e1d69f6c7c2ba5e4cb3d /src/imports/controls/SwitchDelegate.qml
parentd6345ffef3ec69ec766241c7bd4f15e5617ac9e6 (diff)
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 <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/SwitchDelegate.qml')
-rw-r--r--src/imports/controls/SwitchDelegate.qml1
1 files changed, 1 insertions, 0 deletions
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 {