mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
[DB readers] misc fixes found during "datastore down" investigation
* added CEntityFlags::AircraftCategoryEntity in config lists * flag to name * missed initial reading of categories * style
This commit is contained in:
committed by
Mat Sutcliffe
parent
39907bf7ea
commit
0482b9883d
@@ -784,7 +784,7 @@ namespace BlackCore
|
||||
|
||||
bool CIcaoDataReader::hasChangedUrl(CEntityFlags::Entity entity, CUrl &oldUrlInfo, CUrl &newUrlInfo) const
|
||||
{
|
||||
Q_UNUSED(entity);
|
||||
Q_UNUSED(entity)
|
||||
oldUrlInfo = m_readerUrlCache.get();
|
||||
newUrlInfo = this->getBaseUrl(CDbFlags::DbReading);
|
||||
return CDatabaseReader::isChangedUrl(oldUrlInfo, newUrlInfo);
|
||||
|
||||
Reference in New Issue
Block a user