mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -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
|
|
@ -8,13 +8,13 @@ class QTreeView;
|
|||
class CardDatabase;
|
||||
|
||||
class WndSets : public QMainWindow {
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
private:
|
||||
SetsModel *model;
|
||||
QTreeView *view;
|
||||
SetsModel *model;
|
||||
QTreeView *view;
|
||||
public:
|
||||
WndSets(QWidget *parent = 0);
|
||||
~WndSets();
|
||||
WndSets(QWidget *parent = 0);
|
||||
~WndSets();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue