mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -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,4 +1,5 @@
|
|||
#include "downloadsettings.h"
|
||||
|
||||
#include "settingsmanager.h"
|
||||
|
||||
DownloadSettings::DownloadSettings(const QString &settingPath, QObject *parent = nullptr)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#define COCKATRICE_DOWNLOADSETTINGS_H
|
||||
|
||||
#include "settingsmanager.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class DownloadSettings : public SettingsManager
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "gamefilterssettings.h"
|
||||
|
||||
#include <QCryptographicHash>
|
||||
|
||||
GameFiltersSettings::GameFiltersSettings(QString settingPath, QObject *parent)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#define LAYOUTSSETTINGS_H
|
||||
|
||||
#include "settingsmanager.h"
|
||||
|
||||
#include <QSize>
|
||||
|
||||
class LayoutsSettings : public SettingsManager
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "serverssettings.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <utility>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#define SERVERSSETTINGS_H
|
||||
|
||||
#include "settingsmanager.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class ServersSettings : public SettingsManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue