Change QList<QString> to QStringList

This commit is contained in:
Jonas Kvinge
2024-04-23 16:51:42 +02:00
parent 398db964b8
commit 7aefe3d71b
5 changed files with 5 additions and 5 deletions

View File

@@ -1845,7 +1845,7 @@ void CollectionBackend::ClearAlbumArt(const QString &effective_albumartist, cons
}
void CollectionBackend::ForceCompilation(const QString &album, const QList<QString> &artists, const bool on) {
void CollectionBackend::ForceCompilation(const QString &album, const QStringList &artists, const bool on) {
QMutexLocker l(db_->Mutex());
QSqlDatabase db(db_->Connect());