mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #720, renaming in writer
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6f61d323c2
commit
c5dc61d64f
@@ -73,7 +73,7 @@ namespace BlackGui
|
||||
CAircraftModel model(this->ui->tvp_AircraftModel->container().latestObject());
|
||||
ts = model.getUtcTimestamp();
|
||||
}
|
||||
sGui->getWebDataServices()->triggerRead(CEntityFlags::ModelEntity, ts);
|
||||
sGui->getWebDataServices()->triggerReloadFromDb(CEntityFlags::ModelEntity, ts);
|
||||
}
|
||||
|
||||
void CDbModelComponent::ps_modelsRead(CEntityFlags::Entity entity, CEntityFlags::ReadState readState, int count)
|
||||
@@ -91,7 +91,7 @@ namespace BlackGui
|
||||
void CDbModelComponent::ps_reload()
|
||||
{
|
||||
if (!sGui) { return; }
|
||||
sGui->getWebDataServices()->triggerRead(CEntityFlags::ModelEntity);
|
||||
sGui->getWebDataServices()->triggerReloadFromDb(CEntityFlags::ModelEntity);
|
||||
}
|
||||
|
||||
void CDbModelComponent::ps_onStyleSheetChanged()
|
||||
|
||||
Reference in New Issue
Block a user