mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Send numeric status without translation
This commit is contained in:
parent
718f66e6a2
commit
7f349732ee
3 changed files with 25 additions and 17 deletions
|
@ -44,10 +44,10 @@ namespace BitTorrent
|
|||
public:
|
||||
enum Status
|
||||
{
|
||||
NotContacted,
|
||||
Working,
|
||||
Updating,
|
||||
NotWorking
|
||||
NotContacted = 1,
|
||||
Working = 2,
|
||||
Updating = 3,
|
||||
NotWorking = 4
|
||||
};
|
||||
|
||||
TrackerEntry(const QString &url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue