mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Fix compilation on Windows (Remove using namespace libtorrent; from headers)
This commit is contained in:
parent
61208fce13
commit
8a5dc1f239
33 changed files with 118 additions and 109 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue