mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #937 Resolved clazy warnings: miscellaneous.
This commit is contained in:
@@ -46,6 +46,7 @@ namespace BlackMisc
|
||||
QString CRoleList::namesAsString(const QString &separator) const
|
||||
{
|
||||
QStringList rolesString;
|
||||
rolesString.reserve(size());
|
||||
for (const CRole &role : (*this))
|
||||
{
|
||||
rolesString.append(role.getName());
|
||||
|
||||
Reference in New Issue
Block a user