committed by
Jonathan White
parent
f3f1520f81
commit
7e1d980d08
@@ -899,7 +899,7 @@ void DatabaseWidget::openUrlForEntry(Entry* entry)
|
||||
this);
|
||||
msgbox.setDefaultButton(QMessageBox::No);
|
||||
|
||||
QCheckBox* checkbox = new QCheckBox(tr("Remember my choice"), &msgbox);
|
||||
auto checkbox = new QCheckBox(tr("Remember my choice"), &msgbox);
|
||||
msgbox.setCheckBox(checkbox);
|
||||
bool remember = false;
|
||||
QObject::connect(checkbox, &QCheckBox::stateChanged, [&](int state) {
|
||||
|
||||
Reference in New Issue
Block a user