Split NetworkTimeouts and RedirectFollower to it's own files

- Follow redirects by default
This commit is contained in:
Jonas Kvinge
2019-08-20 23:31:23 +02:00
parent 1330197036
commit 9c485c4d94
10 changed files with 338 additions and 197 deletions

View File

@@ -38,6 +38,8 @@
#include "core/closure.h"
#include "core/logging.h"
#include "core/network.h"
#include "core/networktimeouts.h"
#include "core/redirectfollower.h"
#include "albumcoverfetcher.h"
#include "albumcoverfetchersearch.h"
#include "coverprovider.h"