mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 22:05:50 +00:00
added settings functions
added const type
This commit is contained in:
@ -27,8 +27,8 @@ PasswdWidget::PasswdWidget(MainWindow *wid)
|
||||
ui(new Ui::PasswdWidget)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
okButton = ui->buttonBox->button(QDialogButtonBox::Ok);
|
||||
cancelButton = ui->buttonBox->button(QDialogButtonBox::Cancel);
|
||||
okButton = ui->buttonBox->button(QDialogButtonBox::Ok);
|
||||
createActions();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user