mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Fixed clazy warnings: use QStringRef.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace BlackMisc
|
||||
{
|
||||
m_indexes.clear();
|
||||
if (indexes.isEmpty()) { return; }
|
||||
for (const QString &index : indexes.split(';'))
|
||||
for (const QStringRef &index : indexes.splitRef(';'))
|
||||
{
|
||||
if (index.isEmpty()) { continue; }
|
||||
bool ok;
|
||||
|
||||
Reference in New Issue
Block a user