mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fixed closing SSL Manager after clicking on close button. Closes #18
This commit is contained in:
parent
e0dc2e0d4d
commit
2214992f72
|
@ -45,6 +45,8 @@ SSLManager::SSLManager(QWidget* parent)
|
|||
connect(ui->deletePath, SIGNAL(clicked()), this, SLOT(deletePath()));
|
||||
connect(ui->ignoreAll, SIGNAL(clicked(bool)), this, SLOT(ignoreAll(bool)));
|
||||
|
||||
connect(ui->buttonBox, SIGNAL(clicked(QAbstractButton*)), this, SLOT(close()));
|
||||
|
||||
ui->ignoreAll->setChecked(mApp->networkManager()->isIgnoringAllWarnings());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user