General: Make use of override where applicable

This commit is contained in:
Lioncash
2020-06-28 07:36:36 -04:00
parent 5f9c58170c
commit 9bc2723498
19 changed files with 89 additions and 96 deletions

View File

@@ -33,7 +33,8 @@ class CEditorApplication : public QApplication
public:
CEditorApplication(int& rArgc, char **ppArgv);
~CEditorApplication();
~CEditorApplication() override;
void InitEditor();
bool CloseAllEditors();
bool CloseProject();