Merge pull request #8814 from Chocobo1/tr_fix

Fix tr() related issues
This commit is contained in:
Mike Tzou
2018-05-05 13:48:09 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ namespace BitTorrent
class TorrentInfo
{
Q_DECLARE_TR_FUNCTIONS("TorrentInfo")
Q_DECLARE_TR_FUNCTIONS(TorrentInfo)
public:
#if LIBTORRENT_VERSION_NUM < 10100

View File

@@ -33,7 +33,7 @@
#include "base/bittorrent/peerinfo.h"
template <class T> class QList;
template <typename T> class QList;
namespace Ui
{