mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Mark overrided function as override
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
|
||||
// IMainWindow
|
||||
QWidget *Widget() override { return this; }
|
||||
void RegisterShortcut(const QString &shortcut, QWidget *widget, ShortcutCallback callback);
|
||||
void RegisterShortcut(const QString &shortcut, QWidget *widget, ShortcutCallback callback) override;
|
||||
// ILogViewerForm
|
||||
void OnLogfileLoaded() override;
|
||||
void OnLogfileClosed() override;
|
||||
|
||||
Reference in New Issue
Block a user