mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
added RsCollectionModel to RsCollectionDialog (unfiished)
This commit is contained in:
parent
eb0ef1e39b
commit
eae4fe86aa
7 changed files with 208 additions and 146 deletions
|
@ -598,6 +598,10 @@ bool RsCollection::save(QWidget *parent) const
|
|||
|
||||
#endif
|
||||
|
||||
qulonglong RsCollection::count() const
|
||||
{
|
||||
return mFileTree.numFiles();
|
||||
}
|
||||
qulonglong RsCollection::size()
|
||||
{
|
||||
return mFileTree.totalFileSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue