mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Qt: Sort includes properly
This commit is contained in:
parent
cece179d77
commit
6268c7b3d5
58 changed files with 139 additions and 31 deletions
|
@ -2,9 +2,7 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "MD5Dialog.h"
|
||||
|
||||
#include "DolphinQt2/Settings.h"
|
||||
#include "DolphinQt2/NetPlay/MD5Dialog.h"
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
#include <QGroupBox>
|
||||
|
@ -12,6 +10,8 @@
|
|||
#include <QProgressBar>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
#include "DolphinQt2/Settings.h"
|
||||
|
||||
static QString GetPlayerNameFromPID(int pid)
|
||||
{
|
||||
QString player_name = QObject::tr("Invalid Player ID");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue