mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 07:52:34 -07:00
Add override
keyword through the code.
This was automated using `clang-modernize`.
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
private:
|
||||
void BootGame(std::string filename);
|
||||
|
||||
void closeEvent(QCloseEvent* event);
|
||||
void closeEvent(QCloseEvent* event) override;
|
||||
|
||||
private slots:
|
||||
void OnStartGame();
|
||||
|
Reference in New Issue
Block a user