Roster Item is the equivalent of TreeItem in the example, appendChild is already there I just added removeChild.
appendChild:
removeChild:
Qt Code:
m_children.removeAll(item);To copy to clipboard, switch view to plain text mode
Roster Item is the equivalent of TreeItem in the example, appendChild is already there I just added removeChild.
appendChild:
removeChild:
Qt Code:
m_children.removeAll(item);To copy to clipboard, switch view to plain text mode
Bookmarks