Chore: Proper Lambda Formatting (#2167)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -101,7 +101,7 @@ namespace {
|
||||
QObject::connect(
|
||||
p, static_cast<void (QProcess::*)(int)>(&QProcess::finished),
|
||||
[=](int res) {
|
||||
p->deleteLater(); //
|
||||
p->deleteLater();
|
||||
});
|
||||
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user