This commit is contained in:
Klaus Basan
2018-09-22 00:20:28 +02:00
parent bba65326da
commit ff2f653aae
5 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ namespace BlackCore
bool CInfoDataReader::areAllInfoObjectsRead() const
{
return getInfoObjectCount() > 4;
return this->getInfoObjectCount() > 4;
}
void CInfoDataReader::synchronizeCaches(CEntityFlags::Entity entities)
@@ -152,7 +152,7 @@ namespace BlackCore
if (!url.isEmpty())
{
this->getFromNetworkAndLog(url, { this, &CInfoDataReader::parseInfoObjectsData});
emit dataRead(this->getEntityForMode(), CEntityFlags::StartRead, 0);
emit this->dataRead(this->getEntityForMode(), CEntityFlags::StartRead, 0);
}
else
{