make the protected methods static

This commit is contained in:
RickyRister 2025-04-20 21:45:35 -07:00
parent 9f4c98d0f4
commit 0ebedb3bd8
2 changed files with 22 additions and 22 deletions

View file

@ -164,10 +164,6 @@ public:
return allSets;
}
void clear();
protected:
inline QString getStringPropertyFromMap(const QVariantMap &card, const QString &propertyName);
void sortAndReduceColors(QString &colors);
};
#endif