mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #875, renamed to getKnownLocalIpV4Addresses()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e28056ac2f
commit
9beb6c79e1
@@ -86,7 +86,7 @@ namespace BlackMisc
|
||||
static bool canConnect(const BlackMisc::Network::CUrl &url, int timeoutMs = getTimeoutMs());
|
||||
|
||||
//! Find out my IPv4 address, empty if not possible
|
||||
static QStringList getKnownIpAddresses();
|
||||
static QStringList getKnownLocalIpV4Addresses();
|
||||
|
||||
//! Valid IPv4 address
|
||||
static bool isValidIPv4Address(const QString &candidate);
|
||||
|
||||
Reference in New Issue
Block a user