forked from qt-creator/qt-creator
ProjectExplorer: Add context object into connections
Change-Id: I50b9e8357881a2626e8026e7910399f0ae0a1d28 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -322,7 +322,7 @@ private:
|
||||
CustomParsersSelectionWidget::CustomParsersSelectionWidget(QWidget *parent) : DetailsWidget(parent)
|
||||
{
|
||||
const auto widget = new SelectionWidget(this);
|
||||
connect(widget, &SelectionWidget::selectionChanged, [this] {
|
||||
connect(widget, &SelectionWidget::selectionChanged, this, [this] {
|
||||
updateSummary();
|
||||
emit selectionChanged();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user