refs #875, renamed to getKnownLocalIpV4Addresses()

This commit is contained in:
Klaus Basan
2017-02-09 23:13:21 +01:00
committed by Mathew Sutcliffe
parent e28056ac2f
commit 9beb6c79e1
3 changed files with 10 additions and 7 deletions

View File

@@ -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);