mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 05:45:50 +00:00
rewrite private slots
TODO: add more methods to dbusinteraction, check dbus calls
This commit is contained in:
@ -97,7 +97,7 @@ void PasswdWidget::passwdApply()
|
||||
void PasswdWidget::setEchoMode(const int mode)
|
||||
{
|
||||
if (mode == 0)
|
||||
ui->lineEdit->setEchoMode(QLineEdit::Normal);
|
||||
else
|
||||
ui->lineEdit->setEchoMode(QLineEdit::Password);
|
||||
else
|
||||
ui->lineEdit->setEchoMode(QLineEdit::Normal);
|
||||
}
|
||||
|
Reference in New Issue
Block a user