mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Rename Core to Base (Closes #3733).
This commit is contained in:
committed by
sledgehammer999
parent
a280467270
commit
4ed4ebcdb7
@@ -34,10 +34,10 @@
|
||||
#include <QPalette>
|
||||
#include <QIcon>
|
||||
|
||||
#include "core/bittorrent/session.h"
|
||||
#include "core/bittorrent/torrenthandle.h"
|
||||
#include "core/torrentfilter.h"
|
||||
#include "core/utils/fs.h"
|
||||
#include "base/bittorrent/session.h"
|
||||
#include "base/bittorrent/torrenthandle.h"
|
||||
#include "base/torrentfilter.h"
|
||||
#include "base/utils/fs.h"
|
||||
#include "torrentmodel.h"
|
||||
|
||||
static QIcon getIconByState(BitTorrent::TorrentState state);
|
||||
|
||||
Reference in New Issue
Block a user