AutoTest: Aspectify CatchTest settingspage

Change-Id: I281891fecdcd97e4ec450a795d51981cfb47ef69
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-03-31 10:36:25 +02:00
parent e87e70dcf6
commit cbc26f5dce
10 changed files with 102 additions and 466 deletions

View File

@@ -1248,6 +1248,8 @@ void BoolAspect::addToLayout(LayoutBuilder &builder)
connect(d->m_checkBox.data(), &QAbstractButton::clicked,
this, [this](bool val) { setValue(val); });
}
connect(d->m_checkBox.data(), &QAbstractButton::clicked,
this, &BoolAspect::volatileValueChanged);
}
QAction *BoolAspect::action()