Browse Source

Merge pull request #8814 from Chocobo1/tr_fix

Fix tr() related issues
adaptive-webui-19844
Mike Tzou 7 years ago committed by GitHub
parent
commit
d8c14ffe97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/bittorrent/torrentinfo.h
  2. 2
      src/gui/properties/peersadditiondlg.h

2
src/base/bittorrent/torrentinfo.h

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

2
src/gui/properties/peersadditiondlg.h

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

Loading…
Cancel
Save