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