* Added Formating for File Size KIB,MIB,GIB and for AGE 1d2h3m

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@818 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-11-18 01:42:17 +00:00
parent c2e85b3f17
commit 27cfb255eb
4 changed files with 350 additions and 7 deletions

View file

@ -5,6 +5,7 @@
#include <vector>
#include <list>
#include <string>
#include "util/misc.h"
class RemoteDirModel : public QAbstractItemModel
{
@ -98,6 +99,7 @@ virtual QStringList mimeTypes () const;
mutable int nIndex;
mutable std::vector<RemoteIndex> indexSet;
};
#endif