mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +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
|
//! The menu for loading and handling VPilot rules for mapping tasks
|
||||||
//! \note This is a specific menu for that very component
|
//! \note This is a specific menu for that very component
|
||||||
class CMappingVPilotMenu : public BlackGui::Menus::IMenuDelegate
|
class CMappingVPilotMenu : public Menus::IMenuDelegate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! Constructor
|
//! Constructor
|
||||||
CMappingVPilotMenu(CDbMappingComponent *mappingComponent) :
|
CMappingVPilotMenu(CDbMappingComponent *mappingComponent) : Menus::IMenuDelegate(mappingComponent)
|
||||||
BlackGui::Menus::IMenuDelegate(mappingComponent)
|
|
||||||
{}
|
{}
|
||||||
|
|
||||||
//! \copydoc IMenuDelegate::customMenu
|
//! \copydoc IMenuDelegate::customMenu
|
||||||
virtual void customMenu(BlackGui::Menus::CMenuActions &menuActions) override;
|
virtual void customMenu(Menus::CMenuActions &menuActions) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
//! Mapping component
|
//! Mapping component
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include <QShortcut>
|
#include <QShortcut>
|
||||||
|
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
{
|
{
|
||||||
namespace Components
|
namespace Components
|
||||||
|
|||||||
Reference in New Issue
Block a user