Replace QLatin1String with operator _L1
This commit is contained in:
@@ -218,7 +218,7 @@ void PlaylistListContainer::NewFolderClicked() {
|
||||
return;
|
||||
}
|
||||
|
||||
name.replace(QLatin1Char('/'), QLatin1Char(' '));
|
||||
name.replace(u'/', u' ');
|
||||
|
||||
model_->invisibleRootItem()->appendRow(model_->NewFolder(name));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user