forked from qt-creator/qt-creator
AutoTest: Aspectify CatchTest settingspage
Change-Id: I281891fecdcd97e4ec450a795d51981cfb47ef69 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user