mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
refs #933, start MCX from context menu
This commit is contained in:
committed by
Mathew Sutcliffe
parent
45f0cea083
commit
1ccbe5952c
@@ -67,13 +67,15 @@ namespace BlackGui
|
||||
virtual void customMenu(CMenuActions &menuActions) override;
|
||||
|
||||
private slots:
|
||||
void ps_showSimulatorFile(); //!< simulator file
|
||||
void ps_displayIcon(); //!< aircraft icon if any
|
||||
void ps_showSimulatorFile(); //!< simulator file
|
||||
void ps_displayIcon(); //!< aircraft icon if any
|
||||
void ps_startModelConverterX(); //!< show in model converter X
|
||||
|
||||
private:
|
||||
BlackGui::COverlayMessagesFrame *m_messageFrame = nullptr;
|
||||
QAction *m_fileAction = nullptr;
|
||||
QAction *m_iconAction = nullptr;
|
||||
QAction *m_modelConverterX = nullptr;
|
||||
};
|
||||
|
||||
//! Merge with DB data
|
||||
|
||||
Reference in New Issue
Block a user