mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk qt) possibly fix display bug reported by W4pp
This commit is contained in:
parent
039c5a0a29
commit
3ecec47b14
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ Torrent :: myProperties[] =
|
|||
{ PEERS_CONNECTED, "peersConnected", QVariant::Int, STAT },
|
||||
{ ETA, "eta", QVariant::Int, STAT },
|
||||
{ RATIO, "uploadRatio", QVariant::Double, STAT },
|
||||
{ DOWNLOADED_EVER, "downloadedEver", QVariant::ULongLong, STAT_EXTRA },
|
||||
{ UPLOADED_EVER, "uploadedEver", QVariant::ULongLong, STAT_EXTRA },
|
||||
{ DOWNLOADED_EVER, "downloadedEver", QVariant::ULongLong, STAT },
|
||||
{ UPLOADED_EVER, "uploadedEver", QVariant::ULongLong, STAT },
|
||||
{ FAILED_EVER, "corruptEver", QVariant::ULongLong, STAT_EXTRA },
|
||||
{ TRACKERS, "trackers", QVariant::StringList, INFO },
|
||||
{ MIME_ICON, "ccc", QVariant::Icon, DERIVED },
|
||||
|
|
Loading…
Reference in a new issue