mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-14 14:25:52 +00:00
change lineEdit to comboBox
add clear() function to profile tab
This commit is contained in:
@ -196,6 +196,7 @@ int PppoeWidget::isOk()
|
||||
|
||||
void PppoeWidget::setSettings(const QMap<QString, QString> settings)
|
||||
{
|
||||
clear();
|
||||
QMap<QString, QString> pppoeSettings = settings;
|
||||
|
||||
if (pppoeSettings.contains(QString("User")))
|
||||
|
Reference in New Issue
Block a user