mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #875, renamed to getKnownLocalIpV4Addresses()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
e28056ac2f
commit
9beb6c79e1
@@ -165,7 +165,7 @@ void CSwiftLauncher::loadLatestNews()
|
||||
void CSwiftLauncher::initDBusGui()
|
||||
{
|
||||
ui->cb_DBusServerAddress->addItem("127.0.0.1");
|
||||
ui->cb_DBusServerAddress->addItems(CNetworkUtils::getKnownIpAddresses());
|
||||
ui->cb_DBusServerAddress->addItems(CNetworkUtils::getKnownLocalIpV4Addresses());
|
||||
ui->cb_DBusServerAddress->setCurrentIndex(0);
|
||||
|
||||
connect(ui->cb_DBusServerAddress, &QComboBox::currentTextChanged, this, &CSwiftLauncher::ps_dbusServerAddressSelectionChanged);
|
||||
|
||||
Reference in New Issue
Block a user