mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Re-added save and restore buttons
This commit is contained in:
parent
e48a815d25
commit
36ed4480c2
4 changed files with 55 additions and 14 deletions
|
|
@ -40,6 +40,8 @@ public:
|
|||
QStringList mimeTypes() const;
|
||||
void swapRows(int oldRow, int newRow);
|
||||
void sort(int column, Qt::SortOrder order = Qt::AscendingOrder);
|
||||
void save();
|
||||
void restore(CardDatabase *db);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue