mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Fix compilation on Windows (Remove using namespace libtorrent; from headers)
This commit is contained in:
@@ -73,6 +73,8 @@ const int UNLEN = 256;
|
||||
#include <QDBusMessage>
|
||||
#endif
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
QString misc::QDesktopServicesDataLocation() {
|
||||
#ifdef Q_WS_WIN
|
||||
LPWSTR path=new WCHAR[256];
|
||||
|
||||
Reference in New Issue
Block a user