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:
Diffstat (limited to 'resources/qml/JobSpecs.qml')
-rw-r--r--resources/qml/JobSpecs.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml
index 1a5f40466a..d2ca855e8b 100644
--- a/resources/qml/JobSpecs.qml
+++ b/resources/qml/JobSpecs.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.2
+import QtQuick 2.15
import QtQuick.Controls 2.1
import QtQuick.Layouts 1.1
@@ -97,8 +97,8 @@ Item
cursorPosition = 0
}
- validator: RegExpValidator {
- regExp: /^[^\\\/\*\?\|\[\]]*$/
+ validator: RegularExpressionValidator {
+ regularExpression: /^[^\\\/\*\?\|\[\]]*$/
}
color: UM.Theme.getColor("text_scene")
background: Item {}