summaryrefslogtreecommitdiffhomepage
path: root/qxt-mini/qxtglobalshortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'qxt-mini/qxtglobalshortcut.h')
-rw-r--r--qxt-mini/qxtglobalshortcut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxt-mini/qxtglobalshortcut.h b/qxt-mini/qxtglobalshortcut.h
index 641c07c9..bf26180f 100644
--- a/qxt-mini/qxtglobalshortcut.h
+++ b/qxt-mini/qxtglobalshortcut.h
@@ -46,7 +46,7 @@ class QXT_GUI_EXPORT QxtGlobalShortcut : public QObject
public:
explicit QxtGlobalShortcut(QObject* parent = 0);
explicit QxtGlobalShortcut(const QKeySequence& shortcut, QObject* parent = 0);
- virtual ~QxtGlobalShortcut();
+ ~QxtGlobalShortcut() override;
QKeySequence shortcut() const;
bool setShortcut(const QKeySequence& shortcut);