clangify everything with the new header sorting (#3908)

This commit is contained in:
ebbit1q 2020-03-18 22:36:02 +01:00 committed by GitHub
parent 1eb766b9d8
commit 18a07274d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
192 changed files with 481 additions and 282 deletions

View file

@ -1,11 +1,11 @@
#ifndef CARDDATABASE_PARSER_H
#define CARDDATABASE_PARSER_H
#include "../carddatabase.h"
#include <QIODevice>
#include <QString>
#include "../carddatabase.h"
class ICardDatabaseParser : public QObject
{
public:

View file

@ -1,10 +1,10 @@
#ifndef COCKATRICE_XML3_H
#define COCKATRICE_XML3_H
#include <QXmlStreamReader>
#include "carddatabaseparser.h"
#include <QXmlStreamReader>
class CockatriceXml3Parser : public ICardDatabaseParser
{
Q_OBJECT

View file

@ -1,10 +1,10 @@
#ifndef COCKATRICE_XML4_H
#define COCKATRICE_XML4_H
#include <QXmlStreamReader>
#include "carddatabaseparser.h"
#include <QXmlStreamReader>
class CockatriceXml4Parser : public ICardDatabaseParser
{
Q_OBJECT