Make strings actually translatable

This commit is contained in:
sledgehammer999 2018-09-19 23:59:08 +03:00
parent e8213b2c6a
commit 06c8142826
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -158,6 +158,7 @@ namespace BitTorrent
class TorrentHandle : public QObject
{
Q_DISABLE_COPY(TorrentHandle)
Q_DECLARE_TR_FUNCTIONS(BitTorrent::TorrentHandle)
public:
static const qreal USE_GLOBAL_RATIO;