Christian Hohnstaedt
|
ded935b033
|
Prepare for Qt6: QRegExp -> QRegularExpression
QRegExp is deprecated and needs special library
in Qt6: core5compat
Replace by QRegularExpression which has been introduced by Qt5
|
2022-08-31 00:01:06 +02:00 |
|
Christian Hohnstaedt
|
fe59727825
|
Move includes required for FreeBSD
|
2020-02-12 22:43:33 +01:00 |
|
Guido Falsi
|
c3d7af01fd
|
Add includes required in FreeBSD to use in6_addr, AF_INET and AF_INET6.
|
2020-02-01 18:39:59 +01:00 |
|
Christian Hohnstaedt
|
58669685eb
|
Close #114: SAN - IPv6 address input not working
Do not try to write an own IP v4/6 validator.
The libc function inet_pton() does what we need.
|
2019-04-29 19:16:27 +02:00 |
|
Christian Hohnstaedt
|
410142f358
|
Close #57: SAN IP not working in 2.1.0
Fix typo
|
2018-08-17 06:07:03 +02:00 |
|
Christian Hohnstaedt
|
4b2375101b
|
Transform regexp based IP validator into its own QValidator class
|
2018-05-19 18:10:13 +02:00 |
|