mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Remove redundant checks in CNetworkUtils::getKnownLocalIpV4Addresses()
refs #869
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7edd1bb621
commit
98b2061d3d
@@ -86,7 +86,7 @@ namespace BlackMisc
|
||||
//! Can connect to URL?
|
||||
static bool canConnect(const BlackMisc::Network::CUrl &url, int timeoutMs = getTimeoutMs());
|
||||
|
||||
//! Find out my IPv4 address, empty if not possible
|
||||
//! Find out my IPv4 addresses including loopback, empty if not possible
|
||||
static QStringList getKnownLocalIpV4Addresses();
|
||||
|
||||
//! Valid IPv4 address
|
||||
|
||||
Reference in New Issue
Block a user