mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-10 20:33:58 -07:00
fix set sorting (#6630)
This commit is contained in:
parent
f978407a19
commit
e57ee8e9c9
3 changed files with 22 additions and 20 deletions
|
|
@ -45,9 +45,6 @@ private:
|
|||
QHBoxLayout *filterBox;
|
||||
int sortIndex;
|
||||
Qt::SortOrder sortOrder;
|
||||
void closeEvent(QCloseEvent *ev) override;
|
||||
void saveHeaderState();
|
||||
void rebuildMainLayout(int actionToTake);
|
||||
bool setOrderIsSorted;
|
||||
bool includeRebalancedCards;
|
||||
enum
|
||||
|
|
@ -56,6 +53,11 @@ private:
|
|||
SOME_SETS_SELECTED
|
||||
};
|
||||
|
||||
void closeEvent(QCloseEvent *ev) override;
|
||||
void saveHeaderState();
|
||||
void rebuildMainLayout(int actionToTake);
|
||||
void resetSort();
|
||||
|
||||
public:
|
||||
explicit WndSets(QWidget *parent = nullptr);
|
||||
~WndSets() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue