Browse Source

Remove unused type alias

adaptive-webui-19844
Chocobo1 5 years ago
parent
commit
b408a09755
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 4
      src/base/bittorrent/session.cpp

4
src/base/bittorrent/session.cpp

@ -97,10 +97,6 @@ @@ -97,10 +97,6 @@
#include "tracker.h"
#include "trackerentry.h"
#if defined(Q_OS_WIN) && (_WIN32_WINNT < 0x0600)
using NETIO_STATUS = LONG;
#endif
static const char PEER_ID[] = "qB";
static const char RESUME_FOLDER[] = "BT_backup";
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION_2;

Loading…
Cancel
Save