rewrite tray

This commit is contained in:
arcan1s
2014-08-10 14:22:23 +04:00
parent bf6d7cd53b
commit 10499691b3
11 changed files with 420 additions and 88 deletions

View File

@ -45,7 +45,7 @@ bool NetctlGuiAdaptor::Close()
}
QString NetctlGuiAdaptor::Information()
QStringList NetctlGuiAdaptor::Information()
{
return mainWindow->printInformation();
}
@ -102,3 +102,9 @@ bool NetctlGuiAdaptor::ShowSettings()
mainWindow->showSettingsWindow();
return true;
}
QStringList NetctlGuiAdaptor::VerboseInformation()
{
return mainWindow->printTrayInformation();
}