mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 08:27:57 -05: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