mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T265, Ref T430, Ref T473 renamed to CDbModelMappingModifyDialog (as it is a dialog)
This commit is contained in:
committed by
Mat Sutcliffe
parent
4aec50ccfc
commit
ddb26a0ea5
@@ -57,7 +57,7 @@ namespace BlackGui
|
||||
{
|
||||
class CDbAutoStashingComponent;
|
||||
class CDbAutoSimulatorStashingComponent;
|
||||
class CDbModelMappingModifyComponent;
|
||||
class CDbModelMappingModifyDialog;
|
||||
|
||||
/*!
|
||||
* Mapping component
|
||||
@@ -323,7 +323,7 @@ namespace BlackGui
|
||||
QScopedPointer<Ui::CDbMappingComponent> ui;
|
||||
QScopedPointer<CDbAutoStashingComponent> m_autoStashDialog; //!< dialog auto stashing
|
||||
QScopedPointer<CDbAutoSimulatorStashingComponent> m_autoSimulatorDialog; //!< dialog auto simulator update
|
||||
QScopedPointer<CDbModelMappingModifyComponent> m_modelModifyDialog; //!< dialog when modifying models
|
||||
QScopedPointer<CDbModelMappingModifyDialog> m_modelModifyDialog; //!< dialog when modifying models
|
||||
BlackMisc::Simulation::FsCommon::CVPilotRulesReader m_vPilotReader; //!< read vPilot rules
|
||||
BlackMisc::CDigestSignal m_dsStashedModelsChanged { this, &CDbMappingComponent::onStashedModelsChangedDigest, 750, 25 };
|
||||
BlackMisc::CDataReadOnly<BlackCore::Data::TAuthenticatedDbUser> m_swiftDbUser { this, &CDbMappingComponent::onUserChanged };
|
||||
|
||||
Reference in New Issue
Block a user