refs #759 Work around crash when cache value update slot is called on a partially-constructed owner.

This commit is contained in:
Mathew Sutcliffe
2016-09-09 00:50:36 +01:00
committed by Roland Winklmeier
parent e01ae2be11
commit 004fb5c78a
2 changed files with 3 additions and 1 deletions

View File

@@ -133,6 +133,8 @@ namespace BlackGui
// vPilot
this->initVPilotLoading();
m_swiftDbUser.setNotifySlot(&CDbMappingComponent::ps_userChanged);
}
CDbMappingComponent::~CDbMappingComponent()