mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 07:15:34 +08:00
Ref T35, optional model description when mapping
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5687f5c176
commit
fad7d4b8c9
@@ -23,7 +23,6 @@
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CModelMappingForm; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Editors
|
||||
@@ -40,7 +39,7 @@ namespace BlackGui
|
||||
explicit CModelMappingForm(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CModelMappingForm();
|
||||
virtual ~CModelMappingForm();
|
||||
|
||||
//! Value
|
||||
BlackMisc::Simulation::CAircraftModel getValue() const;
|
||||
|
||||
Reference in New Issue
Block a user