diff options
author | spycrab <spycrab@users.noreply.github.com> | 2018-01-14 19:15:45 +0100 |
---|---|---|
committer | spycrab <spycrab@users.noreply.github.com> | 2018-01-14 19:15:45 +0100 |
commit | c493bd9cc927f9119960e6dc084d374a2ec75d26 (patch) | |
tree | 94b90ebb26d2b9ae3a8822395e928a3eee5aba98 /src/yuzu/main.h | |
parent | feae1c4c323abb0ef79e0e43230ddf0d9af7311c (diff) |
Implement "About" dialog
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index e37ef2b85..d3f3b3e59 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -124,6 +124,7 @@ private slots: void OnMenuSelectGameListRoot(); void OnMenuRecentFile(); void OnConfigure(); + void OnAbout(); void OnToggleFilterBar(); void OnDisplayTitleBars(bool); void ToggleWindowMode(); |