Fix Build

This commit is contained in:
ZeldaZach 2024-11-22 21:26:43 -05:00
parent 4f94aa8c5b
commit e0e84007fa
No known key found for this signature in database
4 changed files with 8 additions and 5 deletions

View file

@ -220,6 +220,9 @@ void SettingsCache::setPixmapCacheSize(const int /* _pixmapCacheSize */)
void SettingsCache::setNetworkCacheSizeInMB(const int /* _networkCacheSize */)
{
}
void SettingsCache::setNetworkRedirectCacheTtl(const int /* _redirectCacheTtl */)
{
}
void SettingsCache::setClientID(const QString & /* _clientID */)
{
}