mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 01:54:47 -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,20 +1,20 @@
|
|||
#include <QDesktopServices>
|
||||
#include <QMessageBox>
|
||||
#include <QProgressDialog>
|
||||
#include <QVBoxLayout>
|
||||
#include <QtNetwork>
|
||||
|
||||
#include <QApplication>
|
||||
#include <QLabel>
|
||||
#include <QProgressBar>
|
||||
#include <QPushButton>
|
||||
#include <version_string.h>
|
||||
|
||||
#include "dlg_update.h"
|
||||
|
||||
#include "releasechannel.h"
|
||||
#include "settingscache.h"
|
||||
#include "window_main.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDesktopServices>
|
||||
#include <QLabel>
|
||||
#include <QMessageBox>
|
||||
#include <QProgressBar>
|
||||
#include <QProgressDialog>
|
||||
#include <QPushButton>
|
||||
#include <QVBoxLayout>
|
||||
#include <QtNetwork>
|
||||
#include <version_string.h>
|
||||
|
||||
DlgUpdate::DlgUpdate(QWidget *parent) : QDialog(parent)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue