- Updated Polish translation

- Fixed compilation on Lenny (Web interface code)
- Forgot Q_OBJECT statement in filterParserThread class
This commit is contained in:
Christophe Dumez 2008-05-23 20:29:32 +00:00
parent 296bd07e52
commit 478c9a871c
6 changed files with 23 additions and 21 deletions

View file

@ -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;