aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testbench/ColorEditor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/testbench/ColorEditor.qml')
-rw-r--r--tests/manual/testbench/ColorEditor.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/testbench/ColorEditor.qml b/tests/manual/testbench/ColorEditor.qml
index 83f8f2b0..1e10d6d2 100644
--- a/tests/manual/testbench/ColorEditor.qml
+++ b/tests/manual/testbench/ColorEditor.qml
@@ -48,9 +48,9 @@
**
****************************************************************************/
-import QtQuick 2.10
-import QtQuick.Controls 2.3
-import QtQuick.Layouts 1.3
+import QtQuick 2.12
+import QtQuick.Controls 2.12
+import QtQuick.Layouts 1.12
RowLayout {
property alias labelText: label.text