summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r--src/citra_qt/main.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index b836b13fb..717c68382 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -5,8 +5,8 @@
5#ifndef _CITRA_QT_MAIN_HXX_ 5#ifndef _CITRA_QT_MAIN_HXX_
6#define _CITRA_QT_MAIN_HXX_ 6#define _CITRA_QT_MAIN_HXX_
7 7
8#include <memory>
9#include <QMainWindow> 8#include <QMainWindow>
9#include <memory>
10 10
11#include "ui_main.h" 11#include "ui_main.h"
12 12
@@ -23,11 +23,11 @@ class CallstackWidget;
23class GPUCommandStreamWidget; 23class GPUCommandStreamWidget;
24class GPUCommandListWidget; 24class GPUCommandListWidget;
25 25
26class GMainWindow : public QMainWindow 26class GMainWindow : public QMainWindow {
27{
28 Q_OBJECT 27 Q_OBJECT
29 28
30 static const int max_recent_files_item = 10; ///< Max number of recently loaded items to keep track 29 static const int max_recent_files_item =
30 10; ///< Max number of recently loaded items to keep track
31 31
32 // TODO: Make use of this! 32 // TODO: Make use of this!
33 enum { 33 enum {