mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Drop "private" subfolders
"private" subfolders violate the structure of the project, since the existence of all other subfolders is based on a different principle. In addition, there is no clear line between "private" and "non private".
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#include "base/global.h"
|
||||
#include "base/logger.h"
|
||||
#include "base/preferences.h"
|
||||
#include "private/downloadhandlerimpl.h"
|
||||
#include "downloadhandlerimpl.h"
|
||||
#include "proxyconfigurationmanager.h"
|
||||
|
||||
namespace
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "base/utils/fs.h"
|
||||
#include "base/utils/gzip.h"
|
||||
#include "downloadmanager.h"
|
||||
#include "private/geoipdatabase.h"
|
||||
#include "geoipdatabase.h"
|
||||
|
||||
static const QString DATABASE_URL = QStringLiteral("https://download.db-ip.com/free/dbip-country-lite-%1.mmdb.gz");
|
||||
static const char GEODB_FOLDER[] = "GeoDB";
|
||||
|
||||
Reference in New Issue
Block a user