Merge branch 'dev' into AVP-01-011
This commit is contained in:
commit
ed6a417d7e
223 changed files with 4072 additions and 2096 deletions
|
|
@ -121,7 +121,6 @@ QString Utils::getIPAddress(const QString& host)
|
|||
|
||||
QList<QHostAddress> adresses = QHostInfo::fromName(host).addresses();
|
||||
if (!adresses.isEmpty()) {
|
||||
qDebug() << "Resolved address for" << host << adresses.first().toString();
|
||||
return adresses.first().toString();
|
||||
}
|
||||
qDebug() << "Unable to resolve address for " << host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue