mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
clangify everything with the new header sorting (#3908)
This commit is contained in:
parent
1eb766b9d8
commit
18a07274d4
192 changed files with 481 additions and 282 deletions
|
|
@ -1,3 +1,11 @@
|
|||
#include "dlg_create_token.h"
|
||||
|
||||
#include "carddatabasemodel.h"
|
||||
#include "cardinfopicture.h"
|
||||
#include "decklist.h"
|
||||
#include "main.h"
|
||||
#include "settingscache.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QCloseEvent>
|
||||
#include <QComboBox>
|
||||
|
|
@ -12,13 +20,6 @@
|
|||
#include <QTreeView>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
#include "carddatabasemodel.h"
|
||||
#include "cardinfopicture.h"
|
||||
#include "decklist.h"
|
||||
#include "dlg_create_token.h"
|
||||
#include "main.h"
|
||||
#include "settingscache.h"
|
||||
|
||||
DlgCreateToken::DlgCreateToken(const QStringList &_predefinedTokens, QWidget *parent)
|
||||
: QDialog(parent), predefinedTokens(_predefinedTokens)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue