1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-03 02:14:16 +00:00

Fix usage of Q_DECLARE_TR_FUNCTIONS()

The context parameter shouldn't be enclosed in double quotes.
This commit is contained in:
Chocobo1 2018-05-01 22:41:02 +08:00
parent e3a82d4614
commit 9fabe59b80
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

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