mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Lint an include
Took 17 minutes Took 9 seconds
This commit is contained in:
parent
6b6451dbdf
commit
b7c5fcacf2
2 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
#include "card_database_model.h"
|
#include "card_database_model.h"
|
||||||
|
|
||||||
#include "../../../../libcockatrice_card/libcockatrice/card/database/card_database.h"
|
|
||||||
|
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
#include <libcockatrice/card/database/card_database.h>
|
||||||
|
|
||||||
#define CARDDBMODEL_COLUMNS 6
|
#define CARDDBMODEL_COLUMNS 6
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,10 @@
|
||||||
#ifndef CARDDATABASEMODEL_H
|
#ifndef CARDDATABASEMODEL_H
|
||||||
#define CARDDATABASEMODEL_H
|
#define CARDDATABASEMODEL_H
|
||||||
|
|
||||||
#include "../../../../libcockatrice_card/libcockatrice/card/database/card_database.h"
|
|
||||||
|
|
||||||
#include <QAbstractListModel>
|
#include <QAbstractListModel>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QSet>
|
#include <QSet>
|
||||||
|
#include <libcockatrice/card/database/card_database.h>
|
||||||
|
|
||||||
class CardDatabaseModel : public QAbstractListModel
|
class CardDatabaseModel : public QAbstractListModel
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue