mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Ref T369, style
This commit is contained in:
@@ -355,16 +355,15 @@ namespace BlackGui
|
||||
|
||||
//! The menu for loading and handling VPilot rules for mapping tasks
|
||||
//! \note This is a specific menu for that very component
|
||||
class CMappingVPilotMenu : public BlackGui::Menus::IMenuDelegate
|
||||
class CMappingVPilotMenu : public Menus::IMenuDelegate
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
CMappingVPilotMenu(CDbMappingComponent *mappingComponent) :
|
||||
BlackGui::Menus::IMenuDelegate(mappingComponent)
|
||||
CMappingVPilotMenu(CDbMappingComponent *mappingComponent) : Menus::IMenuDelegate(mappingComponent)
|
||||
{}
|
||||
|
||||
//! \copydoc IMenuDelegate::customMenu
|
||||
virtual void customMenu(BlackGui::Menus::CMenuActions &menuActions) override;
|
||||
virtual void customMenu(Menus::CMenuActions &menuActions) override;
|
||||
|
||||
private:
|
||||
//! Mapping component
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <QShortcut>
|
||||
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
|
||||
Reference in New Issue
Block a user