mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
update main funtions
Beta release of helper
This commit is contained in:
@ -116,9 +116,9 @@ MainWindow::~MainWindow()
|
||||
}
|
||||
|
||||
|
||||
QString MainWindow::getInformation()
|
||||
QString MainWindow::printInformation()
|
||||
{
|
||||
if (debug) qDebug() << "[MainWindow]" << "[getInformation]";
|
||||
if (debug) qDebug() << "[MainWindow]" << "[printInformation]";
|
||||
|
||||
QString profile;
|
||||
QString status;
|
||||
@ -146,9 +146,9 @@ QString MainWindow::getInformation()
|
||||
}
|
||||
|
||||
|
||||
QStringList MainWindow::getSettings()
|
||||
QStringList MainWindow::printSettings()
|
||||
{
|
||||
if (debug) qDebug() << "[MainWindow]" << "[getSettings]";
|
||||
if (debug) qDebug() << "[MainWindow]" << "[printSettings]";
|
||||
|
||||
QStringList settingsList;
|
||||
for (int i=0; i<configuration.keys().count(); i++)
|
||||
|
||||
Reference in New Issue
Block a user