Add/remove reference for parameters

This commit is contained in:
Jonas Kvinge
2023-10-13 22:58:18 +02:00
parent adef05bbdf
commit 13ac20f8b3
9 changed files with 15 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ QUrl ElyricsNetLyricsProvider::Url(const LyricsSearchRequest &request) {
}
QString ElyricsNetLyricsProvider::StringFixup(QString text) {
QString ElyricsNetLyricsProvider::StringFixup(const QString &text) {
return Utilities::Transliterate(text)
.replace(QRegularExpression("[^\\w0-9_,&\\-\\(\\) ]"), "_")