forked from qt-creator/qt-creator
ExtensionSystem: Fix some clazy warnings
Fix use multi-arg. Add a context object to lambda connections. Change-Id: I02711c9ecc55188fb174895f7df59f25effd0834 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1008,7 +1008,7 @@ bool PluginSpecPrivate::resolveDependencies(const QVector<PluginSpec *> &specs)
|
||||
if (!errorString.isEmpty())
|
||||
errorString.append(QLatin1Char('\n'));
|
||||
errorString.append(QCoreApplication::translate("PluginSpec", "Could not resolve dependency '%1(%2)'")
|
||||
.arg(dependency.name).arg(dependency.version));
|
||||
.arg(dependency.name, dependency.version));
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user