mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 13:55:51 +00:00
update main funtions
Beta release of helper
This commit is contained in:
@ -41,7 +41,7 @@ bool NetctlGuiAdaptor::Close()
|
||||
|
||||
QString NetctlGuiAdaptor::Information()
|
||||
{
|
||||
return mainWindow->getInformation();
|
||||
return mainWindow->printInformation();
|
||||
}
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ bool NetctlGuiAdaptor::Restore()
|
||||
|
||||
QStringList NetctlGuiAdaptor::Settings()
|
||||
{
|
||||
return mainWindow->getSettings();
|
||||
return mainWindow->printSettings();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user