mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Remove redundant checks in CNetworkUtils::getKnownLocalIpV4Addresses()
refs #869
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7edd1bb621
commit
98b2061d3d
@@ -193,7 +193,6 @@ void CSwiftLauncher::loadAbout()
|
||||
|
||||
void CSwiftLauncher::initDBusGui()
|
||||
{
|
||||
ui->cb_DBusServerAddress->addItem("127.0.0.1");
|
||||
ui->cb_DBusServerAddress->addItems(CNetworkUtils::getKnownLocalIpV4Addresses());
|
||||
ui->cb_DBusServerAddress->setCurrentIndex(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user