mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Minor fixes
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BlackGui
|
||||
|
||||
void CDbAirlineIcaoComponent::ps_reload()
|
||||
{
|
||||
if (!sGui) { return; }
|
||||
if (!sGui || !sGui->hasWebDataServices()) { return; }
|
||||
sGui->getWebDataServices()->triggerReloadFromDb(CEntityFlags::AirlineIcaoEntity, QDateTime());
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user