summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.hxx b/src/citra_qt/main.hxx
index 34bd2c3a4..401705698 100644
--- a/src/citra_qt/main.hxx
+++ b/src/citra_qt/main.hxx
@@ -37,8 +37,8 @@ private slots:
37 void OnStopGame(); 37 void OnStopGame();
38 void OnMenuLoadELF(); 38 void OnMenuLoadELF();
39 void OnOpenHotkeysDialog(); 39 void OnOpenHotkeysDialog();
40 void SetupEmuWindowMode();
41 void OnConfigure(); 40 void OnConfigure();
41 void ToggleWindowMode();
42 42
43private: 43private:
44 Ui::MainWindow ui; 44 Ui::MainWindow ui;