mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Make strings actually translatable
This commit is contained in:
@@ -158,6 +158,7 @@ namespace BitTorrent
|
|||||||
class TorrentHandle : public QObject
|
class TorrentHandle : public QObject
|
||||||
{
|
{
|
||||||
Q_DISABLE_COPY(TorrentHandle)
|
Q_DISABLE_COPY(TorrentHandle)
|
||||||
|
Q_DECLARE_TR_FUNCTIONS(BitTorrent::TorrentHandle)
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static const qreal USE_GLOBAL_RATIO;
|
static const qreal USE_GLOBAL_RATIO;
|
||||||
|
|||||||
Reference in New Issue
Block a user