From 9fabe59b80a4f0354d4d274d8063a35e89b2c701 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 1 May 2018 22:41:02 +0800 Subject: [PATCH] Fix usage of Q_DECLARE_TR_FUNCTIONS() The context parameter shouldn't be enclosed in double quotes. --- src/base/bittorrent/torrentinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/bittorrent/torrentinfo.h b/src/base/bittorrent/torrentinfo.h index 85c8158d5..6e21df42a 100644 --- a/src/base/bittorrent/torrentinfo.h +++ b/src/base/bittorrent/torrentinfo.h @@ -52,7 +52,7 @@ namespace BitTorrent class TorrentInfo { - Q_DECLARE_TR_FUNCTIONS("TorrentInfo") + Q_DECLARE_TR_FUNCTIONS(TorrentInfo) public: #if LIBTORRENT_VERSION_NUM < 10100