having a better abstraction for network stuff as manager for other methods
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ void NetworksModel::scan()
|
||||
{
|
||||
beginResetModel();
|
||||
|
||||
QList<Network> networks = this->m_networkScanner.scanForNetworks();
|
||||
QList<Network> networks = this->m_networkmanager.scanForNetworks();
|
||||
this->m_networks = networks;
|
||||
|
||||
endResetModel();
|
||||
|
||||
Reference in New Issue
Block a user