Browse Source

Fix usage of Q_DECLARE_TR_FUNCTIONS()

The context parameter shouldn't be enclosed in double quotes.
adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
9fabe59b80
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/bittorrent/torrentinfo.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

Loading…
Cancel
Save