mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
commit
d8c14ffe97
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ namespace BitTorrent
|
|||
|
||||
class TorrentInfo
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS("TorrentInfo")
|
||||
Q_DECLARE_TR_FUNCTIONS(TorrentInfo)
|
||||
|
||||
public:
|
||||
#if LIBTORRENT_VERSION_NUM < 10100
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "base/bittorrent/peerinfo.h"
|
||||
|
||||
template <class T> class QList;
|
||||
template <typename T> class QList;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue