mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #759 Work around crash when cache value update slot is called on a partially-constructed owner.
This commit is contained in:
committed by
Roland Winklmeier
parent
e01ae2be11
commit
004fb5c78a
@@ -133,6 +133,8 @@ namespace BlackGui
|
|||||||
|
|
||||||
// vPilot
|
// vPilot
|
||||||
this->initVPilotLoading();
|
this->initVPilotLoading();
|
||||||
|
|
||||||
|
m_swiftDbUser.setNotifySlot(&CDbMappingComponent::ps_userChanged);
|
||||||
}
|
}
|
||||||
|
|
||||||
CDbMappingComponent::~CDbMappingComponent()
|
CDbMappingComponent::~CDbMappingComponent()
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ namespace BlackGui
|
|||||||
QScopedPointer<CDbAutoStashingComponent> m_autoStashDialog; //!< dialog auto stashing
|
QScopedPointer<CDbAutoStashingComponent> m_autoStashDialog; //!< dialog auto stashing
|
||||||
QScopedPointer<CDbModelMappingModifyComponent> m_modelModifyDialog; //!< dialog when modifying models
|
QScopedPointer<CDbModelMappingModifyComponent> m_modelModifyDialog; //!< dialog when modifying models
|
||||||
BlackMisc::Simulation::FsCommon::CVPilotRulesReader m_vPilotReader; //!< read vPilot rules
|
BlackMisc::Simulation::FsCommon::CVPilotRulesReader m_vPilotReader; //!< read vPilot rules
|
||||||
BlackMisc::CData<BlackCore::Data::TAuthenticatedDbUser> m_swiftDbUser {this, &CDbMappingComponent::ps_userChanged};
|
BlackMisc::CData<BlackCore::Data::TAuthenticatedDbUser> m_swiftDbUser { this };
|
||||||
BlackMisc::CDigestSignal m_dsStashedModelsChanged { this, &CDbMappingComponent::ps_digestStashedModelsChanged, &CDbMappingComponent::ps_onStashedModelsChangedDigest, 750, 25 };
|
BlackMisc::CDigestSignal m_dsStashedModelsChanged { this, &CDbMappingComponent::ps_digestStashedModelsChanged, &CDbMappingComponent::ps_onStashedModelsChangedDigest, 750, 25 };
|
||||||
const bool vPilotSupport = true; //!< vPilot support
|
const bool vPilotSupport = true; //!< vPilot support
|
||||||
bool m_vPilot1stInit = true; //!< vPilot extensions initaliazed?
|
bool m_vPilot1stInit = true; //!< vPilot extensions initaliazed?
|
||||||
|
|||||||
Reference in New Issue
Block a user