mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
* 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:
parent
c2e85b3f17
commit
27cfb255eb
4 changed files with 350 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue