mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler)
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
#define MAX_SAMPLES 20
|
||||
|
||||
class DownloadThread;
|
||||
class QTimer;
|
||||
class FilterParserThread;
|
||||
class HttpServer;
|
||||
class BandwidthScheduler;
|
||||
|
||||
@@ -36,7 +36,10 @@
|
||||
#include <libtorrent/torrent_info.hpp>
|
||||
|
||||
#include <QString>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStringList;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
// A wrapper for torrent_handle in libtorrent
|
||||
// to interact well with Qt types
|
||||
|
||||
Reference in New Issue
Block a user