mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-16 18:10:40 -04:00
switch RsConfigItems to new serialization
This commit is contained in:
parent
af4fcf7679
commit
fcabe6359f
4 changed files with 297 additions and 174 deletions
|
@ -2294,7 +2294,7 @@ bool p3PeerMgrIMPL::loadList(std::list<RsItem *>& load)
|
|||
|
||||
continue;
|
||||
}
|
||||
|
||||
#ifdef TO_REMOVE
|
||||
RsPeerGroupItem_deprecated *gitem = dynamic_cast<RsPeerGroupItem_deprecated *>(*it) ;
|
||||
|
||||
if (gitem)
|
||||
|
@ -2331,6 +2331,7 @@ bool p3PeerMgrIMPL::loadList(std::list<RsItem *>& load)
|
|||
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
||||
RsNodeGroupItem *gitem2 = dynamic_cast<RsNodeGroupItem*>(*it) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue