forked from qt-creator/qt-creator
VcsBase: Pass context object to lambda connections
Remove some unneeded lambda () brackets. Change-Id: I20e43625793401544e86efb627f5921c395026bb Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -553,7 +553,7 @@ PerforcePluginPrivate::PerforcePluginPrivate()
|
||||
connect(m_filelogAction, &QAction::triggered, this, &PerforcePluginPrivate::filelogFile);
|
||||
perforceContainer->addAction(command);
|
||||
|
||||
QObject::connect(&m_settings, &AspectContainer::applied, [this] {
|
||||
QObject::connect(&m_settings, &AspectContainer::applied, this, [this] {
|
||||
m_settings.clearTopLevel();
|
||||
applySettings();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user