--- a/sources/network/ipaddress.cpp Wed Jul 20 15:07:57 2016 +0300 +++ b/sources/network/ipaddress.cpp Wed Jul 20 16:01:10 2016 +0300 @@ -161,7 +161,7 @@ } if (colonpos != -1) - value.port = (unsigned short) input.mid (colonpos + 1, -1).to_int(); + value.port = (unsigned short) input.mid (colonpos + 1, -1).toInt(); return value; }