mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Replace include of <libtorrent/session.hpp> with forward declaration
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
#include <QChar>
|
||||
|
||||
#include "fs_utils.h"
|
||||
#include <libtorrent/session.hpp>
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
|
||||
@@ -31,10 +31,13 @@
|
||||
#ifndef GEOIPMANAGER_H
|
||||
#define GEOIPMANAGER_H
|
||||
|
||||
#include <libtorrent/session.hpp>
|
||||
#include <QString>
|
||||
#include <QIcon>
|
||||
|
||||
namespace libtorrent {
|
||||
class session;
|
||||
}
|
||||
|
||||
class GeoIPManager : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user