mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #649, added check for changed base URL to database reader
(continued #649 after fixes of #664)
This commit is contained in:
@@ -69,6 +69,13 @@ namespace BlackCore
|
||||
return QDateTime();
|
||||
}
|
||||
|
||||
bool CInfoDataReader::hasChangedUrl(CEntityFlags::Entity entity) const
|
||||
{
|
||||
// not implemented
|
||||
Q_UNUSED(entity);
|
||||
return false;
|
||||
}
|
||||
|
||||
void CInfoDataReader::read(CEntityFlags::Entity entities, const QDateTime &newerThan)
|
||||
{
|
||||
this->ps_read(entities, newerThan);
|
||||
|
||||
Reference in New Issue
Block a user