mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Fix RsCollection Editor Count Update When Removing items.
Thanks to Jola to get this bug.
This commit is contained in:
parent
c0c7ede97b
commit
ee368ef045
2 changed files with 97 additions and 52 deletions
|
@ -69,6 +69,7 @@ private:
|
|||
QTreeWidgetItem* getRootItem();
|
||||
bool updateList();
|
||||
bool addChild(QTreeWidgetItem *parent, const std::vector<ColFileInfo> &child);
|
||||
bool removeItem(QTreeWidgetItem *item, bool &removeOnlyFile) ;
|
||||
void addRecursive(bool recursive) ;
|
||||
bool addAllChild(QFileInfo &fileInfoParent
|
||||
, QMap<QString, QString > &dirToAdd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue