Browse Source

Make strings actually translatable

adaptive-webui-19844
sledgehammer999 6 years ago
parent
commit
06c8142826
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 1
      src/base/bittorrent/torrenthandle.h

1
src/base/bittorrent/torrenthandle.h

@ -158,6 +158,7 @@ namespace BitTorrent @@ -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;

Loading…
Cancel
Save