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

@@ -25,7 +25,7 @@
class MusixmatchProvider {
protected:
QString StringFixup(QString text);
static QString StringFixup(QString text);
protected:
static const char *kApiUrl;