mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 04:28:36 -04:00
Allow static RU exchanges only between 0001 and 7999.
This commit is contained in:
parent
0eaf3360d8
commit
0d46c8a66e
@ -244,7 +244,9 @@ namespace
|
||||
|X85|X86|X87|X88|X89|X90|X91
|
||||
|X92|X93|X94|X95|X96|X97|X98
|
||||
|X99
|
||||
|[0-9][0-9][0-9][0-9] # 4-digit numbers
|
||||
|[0][0][0][1-9] # 4-digit numbers
|
||||
|[0][0-9][1-9][0-9] # between 0001
|
||||
|[1-7][0-9][0-9][0-9] # and 7999
|
||||
)
|
||||
)", QRegularExpression::CaseInsensitiveOption | QRegularExpression::ExtendedPatternSyntaxOption};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user