summaryrefslogtreecommitdiff
path: root/src/gui/windows/quitdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/quitdialog.h')
-rw-r--r--src/gui/windows/quitdialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/quitdialog.h b/src/gui/windows/quitdialog.h
index d945e4773..f643d0368 100644
--- a/src/gui/windows/quitdialog.h
+++ b/src/gui/windows/quitdialog.h
@@ -55,14 +55,14 @@ class QuitDialog final : public Window,
*/
~QuitDialog();
- void postInit() final;
+ void postInit() override final;
/**
* Called when receiving actions from the widgets.
*/
- void action(const ActionEvent &event) final;
+ void action(const ActionEvent &event) override final;
- void keyPressed(KeyEvent &event) final;
+ void keyPressed(KeyEvent &event) override final;
private:
void placeOption(ContainerPlacer &placer,