mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
![]() both inet_pton() and inet_ntop() are supposed to be part of POSIX.1-2001 (see https://linux.die.net/man/3/inet_pton and https://linux.die.net/man/3/inet_ntop), this makes QHostAddress input requirements much more strict (e.g. whitespace in the input makes the resulting QHostAddress object not valid) thus some QHostAddress tests fail but QHostInfo tests pass. amends (such as return value checks) can be done later Signed-off-by: Ivailo Monev <xakepa10@gmail.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
tst_qhostinfo.cpp |