Refactor system page in GUI Alpha.
This commit is contained in:
@@ -90,7 +90,7 @@ bool NetworkManager::isDHCP()
|
||||
}
|
||||
IpAddr NetworkManager::getDefaultIpAddr()
|
||||
{
|
||||
return IpAddr{mIpAddress, mSubNetMask};
|
||||
return IpAddr{mIsDHCP, mIpAddress, mSubNetMask, mGateway};
|
||||
}
|
||||
QList<QStringList> NetworkManager::getIpAddrList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user