mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Fix usage of Q_DECLARE_TR_FUNCTIONS()
The context parameter shouldn't be enclosed in double quotes.
This commit is contained in:
parent
e3a82d4614
commit
9fabe59b80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue