forked from qt-creator/qt-creator
Remove spaces in initializer lists
Format initializer lists code style like. Change-Id: Ib82c235e4ba7dc75ee96a7abc0c47eff7b0a9013 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -196,7 +196,7 @@ bool ModulesModel::contextMenuEvent(const ItemViewEvent &ev)
|
||||
addAction(menu, tr("Show Dependencies of \"%1\"").arg(moduleName),
|
||||
tr("Show Dependencies"),
|
||||
moduleNameValid && !moduleName.isEmpty() && HostOsInfo::isWindowsHost(),
|
||||
[this, modulePath] { QProcess::startDetached("depends", { modulePath }); });
|
||||
[this, modulePath] { QProcess::startDetached("depends", {modulePath}); });
|
||||
|
||||
addAction(menu, tr("Load Symbols for All Modules"),
|
||||
enabled && canLoadSymbols,
|
||||
|
||||
Reference in New Issue
Block a user