1
0
Fork 0
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:
Charles Kerr 2009-05-02 13:59:00 +00:00
parent 039c5a0a29
commit 3ecec47b14

View file

@ -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 },