mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
Added missing override keyword.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace BlackGui
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
//! \copydoc Menus::IMenuDelegate::customMenu
|
//! \copydoc Menus::IMenuDelegate::customMenu
|
||||||
virtual void customMenu(Menus::CMenuActions &menuActions);
|
virtual void customMenu(Menus::CMenuActions &menuActions) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//! Model view
|
//! Model view
|
||||||
|
|||||||
Reference in New Issue
Block a user