Home
last modified time | relevance | path

Searched refs:publisherFile (Results 1 – 2 of 2) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dthegamesdbfetchertest.cpp63 …QFile publisherFile(Tellico::Fetch::TheGamesDBFetcher::dataFileName(Tellico::Fetch::TheGamesDBFetc… in initTestCase() local
64 if(publisherFile.exists()) { in initTestCase()
65 publisherFile.remove(); in initTestCase()
/dports/misc/tellico/tellico-3.4.2/src/fetch/
H A Dthegamesdbfetcher.cpp441 QFile publisherFile(dataFileName(Publisher)); in loadCachedData() local
442 if(publisherFile.open(QIODevice::ReadOnly)) { in loadCachedData()
443 updateData(Publisher, publisherFile.readAll()); in loadCachedData()