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:
authorJaime van Kessel <nallath@gmail.com>2022-02-17 17:10:18 +0300
committerJaime van Kessel <nallath@gmail.com>2022-02-17 17:10:18 +0300
commit58e6cde6e859a9c0a5aaf3568a8899c1e7ad7751 (patch)
tree68602b049dcf2721e6c47ca356b6c4b5df7106f4 /plugins/UM3NetworkPrinting
parent266214d651aa8676d7ba8a53b9e8b89eb493fd8e (diff)
Remove incorrect refferents to btnOk
Diffstat (limited to 'plugins/UM3NetworkPrinting')
-rw-r--r--plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml b/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml
index 3117775eaf..21f96ff745 100644
--- a/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml
+++ b/plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml
@@ -329,7 +329,6 @@ Cura.MachineAction
id: addressField
width: parent.width
validator: RegExpValidator { regExp: /[a-zA-Z0-9\.\-\_]*/ }
- onAccepted: btnOk.clicked()
}
}