mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Merge branch 'master' into tooomm-qt5
This commit is contained in:
commit
9d4cf57c70
593 changed files with 12518 additions and 6581 deletions
|
|
@ -6,7 +6,8 @@
|
|||
class ICardSetPriorityController
|
||||
{
|
||||
public:
|
||||
struct SetSaveData {
|
||||
struct SetSaveData
|
||||
{
|
||||
QString shortName;
|
||||
unsigned int sortKey;
|
||||
bool enabled;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue