Future proof: also accept IPv6 address. [CURA-6294]

This commit is contained in:
Remco Burema 2019-03-20 17:01:37 +01:00
parent 1f2fea14ce
commit 9a2b800fe8

View file

@ -79,7 +79,7 @@ Item
validator: RegExpValidator
{
regExp: /[0-9\.\-\_]*/
regExp: /[a-fA-F0-9\.\:]*/
}
onAccepted: addPrinterButton.clicked()