Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.delarago <joeydelarago@gmail.com>2022-04-04 11:45:00 +0300
committerj.delarago <joeydelarago@gmail.com>2022-04-04 11:45:00 +0300
commit2f96f7b410b85eaa6773e53db1cc5eb9975d74f9 (patch)
tree5570dce7441d096cd48c94989035db798e8292ce /plugins/ImageReader
parente593322b432d113d1b6e52b7adba3773119d7875 (diff)
RegularExpressionValidator requires newer version of QtQuick
CURA-8640
Diffstat (limited to 'plugins/ImageReader')
-rw-r--r--plugins/ImageReader/ConfigUI.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ImageReader/ConfigUI.qml b/plugins/ImageReader/ConfigUI.qml
index f076f64501..ef0017bea8 100644
--- a/plugins/ImageReader/ConfigUI.qml
+++ b/plugins/ImageReader/ConfigUI.qml
@@ -1,7 +1,7 @@
// Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
-import QtQuick 2.1
+import QtQuick 2.10
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.3
import QtQuick.Window 2.1