| 92 | |
| 93 | void sort(Qt::SortOrder order); |
| 94 | [[nodiscard]] inline MergeFileInfos* parent() const { return m_pParent; } |
| 95 | inline void setParent(MergeFileInfos* inParent) { m_pParent = inParent; } |
| 96 | [[nodiscard]] inline const QList<MergeFileInfos*>& children() const { return m_children; } |
| 97 | inline void addChild(MergeFileInfos* child) { m_children.push_back(child); } |
nothing calls this directly
no outgoing calls
no test coverage detected