mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 12:48:04 -06:00
Rename Core to Base (Closes #3733).
This commit is contained in:
committed by
sledgehammer999
parent
a280467270
commit
4ed4ebcdb7
@@ -31,12 +31,12 @@
|
||||
#include "statsdialog.h"
|
||||
#include "ui_statsdialog.h"
|
||||
|
||||
#include "core/utils/misc.h"
|
||||
#include "core/utils/string.h"
|
||||
#include "core/bittorrent/session.h"
|
||||
#include "core/bittorrent/sessionstatus.h"
|
||||
#include "core/bittorrent/cachestatus.h"
|
||||
#include "core/bittorrent/torrenthandle.h"
|
||||
#include "base/utils/misc.h"
|
||||
#include "base/utils/string.h"
|
||||
#include "base/bittorrent/session.h"
|
||||
#include "base/bittorrent/sessionstatus.h"
|
||||
#include "base/bittorrent/cachestatus.h"
|
||||
#include "base/bittorrent/torrenthandle.h"
|
||||
|
||||
StatsDialog::StatsDialog(QWidget *parent)
|
||||
: QDialog(parent)
|
||||
|
||||
Reference in New Issue
Block a user