Fix tr() related issues
@ -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