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

Method parent

src/fileaccess.cpp:768–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768FileAccess* FileAccess::parent() const
769{
770 assert(m_pParent != this);
771 return m_pParent;
772}
773
774//Workaround for QUrl::toDisplayString/QUrl::toString behavior that does not fit KDiff3's expectations
775QString FileAccess::prettyAbsPath() const

Callers 6

fileRelPathMethod · 0.45
slotStatResultMethod · 0.45
ProgressDialogMethod · 0.45
OpenDialogMethod · 0.45
slotSwapCopyNamesMethod · 0.45
updateParentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected