mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #568, adjusted GUI components
* use incremental updates * use new signatures * handle successfully published models * some custom menus are gone, because they are now part of the specialized views
This commit is contained in:
@@ -63,7 +63,7 @@ namespace BlackGui
|
||||
void CDbCountryComponent::ps_reload()
|
||||
{
|
||||
if (!hasProvider()) { return; }
|
||||
triggerRead(CEntityFlags::CountryEntity);
|
||||
triggerRead(CEntityFlags::CountryEntity, QDateTime());
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user