mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Use override for destructors
This commit is contained in:
@@ -71,7 +71,7 @@ namespace BlackGui
|
||||
QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CHotkeyDialog();
|
||||
virtual ~CHotkeyDialog() override;
|
||||
|
||||
//! Get hotkey selected by user
|
||||
BlackMisc::Input::CActionHotkey getSelectedActionHotkey() const { return m_actionHotkey; }
|
||||
|
||||
Reference in New Issue
Block a user