summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-06-10 23:09:49 -0400
committerGitHub <noreply@github.com>2022-06-10 23:09:49 -0400
commit266e086706d4cdb4fe1c6b3979f4f8a7e7b24f44 (patch)
treef4a72e049c4b692d067053cdf96b355e7d0ed794 /src/yuzu/bootmanager.h
parent9561a2f5b1bc0a09c37909b07a85e27ee2f60be4 (diff)
parent499c89790b0e07dbb014b8b7415bf0e28cecfaaf (diff)
Merge pull request #8318 from Docteh/cmake-qt56-entry
Update some files with Qt 5.15.2 best practices in mind
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 87c559e7a..d01538039 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -10,6 +10,7 @@
#include <mutex>
#include <QImage>
+#include <QStringList>
#include <QThread>
#include <QTouchEvent>
#include <QWidget>
@@ -20,7 +21,6 @@
class GRenderWindow;
class GMainWindow;
class QKeyEvent;
-class QStringList;
namespace Core {
enum class SystemResultStatus : u32;