Small change to allow ubuntu-x86_64 compilation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@716 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2008-09-02 14:25:26 +00:00
parent 9ca175308d
commit fffe6d6d97

View File

@ -484,7 +484,7 @@ void SearchDialog::resultsToTree(std::string txt, std::list<FileDetail> results)
/*
* to facilitate downlaods we need to save the file size too
*/
QVariant * variant = new QVariant(it->size);
QVariant * variant = new QVariant((qulonglong)it->size);
item->setText(SR_SIZE_COL, QString(variant->toString()));
// I kept the color code green=online, grey=offline