aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeydialog.h')
-rw-r--r--src/plugins/General/hotkey/hotkeydialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/General/hotkey/hotkeydialog.h b/src/plugins/General/hotkey/hotkeydialog.h
index 4bae2d01b..d3de06a06 100644
--- a/src/plugins/General/hotkey/hotkeydialog.h
+++ b/src/plugins/General/hotkey/hotkeydialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009-2018 by Ilya Kotov *
+ * Copyright (C) 2009-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -41,12 +41,12 @@ public:
quint32 keySym () const;
public slots:
- void accept();
- void reject();
+ void accept() override;
+ void reject() override;
private:
- void keyPressEvent (QKeyEvent *event);
- void showEvent(QShowEvent *);
+ void keyPressEvent (QKeyEvent *event) override;
+ void showEvent(QShowEvent *) override;
Ui::HotkeyDialog m_ui;
quint32 m_key, m_modifiers;