Merge branch 'master' into tooomm-qt5

This commit is contained in:
tooomm 2026-05-30 14:49:55 +02:00 committed by GitHub
commit 9d4cf57c70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
593 changed files with 12518 additions and 6581 deletions

View file

@ -6,7 +6,8 @@
class ICardSetPriorityController
{
public:
struct SetSaveData {
struct SetSaveData
{
QString shortName;
unsigned int sortKey;
bool enabled;

View file

@ -29,8 +29,9 @@ public:
return true;
}
void saveSets(const QVector<SetSaveData> & /* data */) override {
};
void saveSets(const QVector<SetSaveData> & /* data */) override
{
}
};
#endif // COCKATRICE_NOOP_CARD_SET_PRIORITY_CONTROLLER_H