mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Updated Polish translation
- Fixed compilation on Lenny (Web interface code) - Forgot Q_OBJECT statement in filterParserThread class
This commit is contained in:
@@ -133,7 +133,7 @@ void EventManager::modifiedTorrent(QTorrentHandle h)
|
||||
if(modify(hash, "state", v))
|
||||
event["state"] = v;
|
||||
|
||||
v = QVariant(h.actual_size());
|
||||
v = QVariant((qlonglong)h.actual_size());
|
||||
if(modify(hash, "size", v))
|
||||
event["size"] = v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user