mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
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:
parent
9ca175308d
commit
fffe6d6d97
@ -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
|
* 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()));
|
item->setText(SR_SIZE_COL, QString(variant->toString()));
|
||||||
|
|
||||||
// I kept the color code green=online, grey=offline
|
// I kept the color code green=online, grey=offline
|
||||||
|
Loading…
Reference in New Issue
Block a user