mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
Convert rest of source to 4-space indent
This commit is contained in:
parent
a171df744d
commit
1bc48a7849
146 changed files with 12810 additions and 12810 deletions
|
|
@ -7,15 +7,15 @@ class CardItem;
|
|||
|
||||
class CardList : public QList<CardItem *> {
|
||||
private:
|
||||
class compareFunctor;
|
||||
class compareFunctor;
|
||||
protected:
|
||||
bool contentsKnown;
|
||||
bool contentsKnown;
|
||||
public:
|
||||
enum SortFlags { SortByName = 1, SortByType = 2 };
|
||||
CardList(bool _contentsKnown);
|
||||
CardItem *findCard(const int id, const bool remove, int *position = NULL);
|
||||
bool getContentsKnown() const { return contentsKnown; }
|
||||
void sort(int flags = SortByName);
|
||||
enum SortFlags { SortByName = 1, SortByType = 2 };
|
||||
CardList(bool _contentsKnown);
|
||||
CardItem *findCard(const int id, const bool remove, int *position = NULL);
|
||||
bool getContentsKnown() const { return contentsKnown; }
|
||||
void sort(int flags = SortByName);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue