mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 22:10:37 -04:00
Fixed sort of uploads and downloads by progress.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3603 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
22b74c8e63
commit
26491f4b73
4 changed files with 36 additions and 32 deletions
|
@ -45,6 +45,8 @@ class FileProgressInfo
|
|||
CompressedChunkMap cmap ;
|
||||
float progress ;
|
||||
uint32_t nb_chunks ;
|
||||
|
||||
bool operator<(const FileProgressInfo &other) const;
|
||||
};
|
||||
//
|
||||
class xProgressBar : public QObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue