Use QStringLiteral
This commit is contained in:
@@ -68,7 +68,7 @@ QString PlaylistListModel::ItemPath(const QStandardItem *item) {
|
||||
current = current->parent();
|
||||
}
|
||||
|
||||
return components.join("/");
|
||||
return components.join(QStringLiteral("/"));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user