MCPcopy Create free account
hub / github.com/KDE/kdiff3 / parent

Method parent

src/MergeFileInfos.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected