fixup! Show human readable interface names (mostly affects Windows)

This commit is contained in:
Nick Tiskov
2013-01-26 21:24:38 +04:00
parent 3e98bd49e2
commit 104b2aecdc
2 changed files with 0 additions and 16 deletions

View File

@@ -1043,7 +1043,6 @@ public:
return value(QString::fromUtf8("Preferences/Connection/Interface"), QString()).toString();
}
#if QT_VERSION >= QT_VERSION_CHECK(4,5,0)
void setNetworkInterfaceName(const QString& iface) {
setValue(QString::fromUtf8("Preferences/Connection/InterfaceName"), iface);
}
@@ -1051,7 +1050,6 @@ public:
QString getNetworkInterfaceName() const {
return value(QString::fromUtf8("Preferences/Connection/InterfaceName"), QString()).toString();
}
#endif
void setNetworkAddress(const QString& addr) {
setValue(QString::fromUtf8("Preferences/Connection/InetAddress"), addr);