Make strings actually translatable

This commit is contained in:
sledgehammer999
2018-09-19 23:59:08 +03:00
parent 855bb118b5
commit 615eeb7144

View File

@@ -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;