Card list sorting is now handled per window (closes #71)

This commit is contained in:
Twan van Laarhoven
2020-06-14 21:39:23 +02:00
parent 14fac16819
commit a7336d66e1
13 changed files with 66 additions and 26 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ public:
CardP selectedCard() const override;
void selectCard(const CardP& card) override;
void selectionChoices(ExportCardSelectionChoices& out) override;
void getCardLists(vector<CardListBase*>& out) override;
// --------------------------------------------------- : Clipboard
bool canCopy() const override;