mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed old NetworkRequest api
This commit is contained in:
parent
7697ec01b4
commit
d6627b531e
|
@ -180,7 +180,7 @@ void loadUncached(const std::shared_ptr<NetworkData> &data)
|
|||
emit requester.requestUrl();
|
||||
}
|
||||
|
||||
// Tries to load the cached file and loads fro
|
||||
// First tried to load cached, then uncached.
|
||||
void loadCached(const std::shared_ptr<NetworkData> &data)
|
||||
{
|
||||
QFile cachedFile(getPaths()->cacheDirectory() + "/" + data->getHash());
|
||||
|
|
Loading…
Reference in a new issue