Make static

This commit is contained in:
Jonas Kvinge
2024-06-12 18:07:58 +02:00
parent cb8022c55d
commit f5002cae36
9 changed files with 10 additions and 10 deletions

View File

@@ -848,7 +848,7 @@ QString CollectionModel::AlbumIconPixmapCacheKey(const QModelIndex &idx) const {
}
QUrl CollectionModel::AlbumIconPixmapDiskCacheKey(const QString &cache_key) const {
QUrl CollectionModel::AlbumIconPixmapDiskCacheKey(const QString &cache_key) {
return QUrl(QString::fromLatin1(QUrl::toPercentEncoding(cache_key)));