mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 22:17:43 +00:00
General: Make use of override where applicable
This commit is contained in:
@@ -33,7 +33,8 @@ class CEditorApplication : public QApplication
|
||||
|
||||
public:
|
||||
CEditorApplication(int& rArgc, char **ppArgv);
|
||||
~CEditorApplication();
|
||||
~CEditorApplication() override;
|
||||
|
||||
void InitEditor();
|
||||
bool CloseAllEditors();
|
||||
bool CloseProject();
|
||||
|
||||
Reference in New Issue
Block a user