qt: Add missing override specifiers where applicable
This commit is contained in:
parent
00a68c5eea
commit
7846295a8f
5 changed files with 9 additions and 7 deletions
|
|
@ -106,7 +106,7 @@ class GRenderWindow : public QWidget, public EmuWindow {
|
|||
|
||||
public:
|
||||
GRenderWindow(QWidget* parent, EmuThread* emu_thread);
|
||||
~GRenderWindow();
|
||||
~GRenderWindow() override;
|
||||
|
||||
// EmuWindow implementation
|
||||
void SwapBuffers() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue