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

Method getAliasName

src/SourceData.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105QString SourceData::getAliasName() const
106{
107 return m_aliasName.isEmpty() ? m_fileAccess.prettyAbsPath() : m_aliasName;
108}
109
110void SourceData::setAliasName(const QString& name)
111{

Callers 7

completeInitMethod · 0.80
slotFilePrintMethod · 0.80
mainInitMethod · 0.80
createCaptionMethod · 0.80
slotFinishMainInitMethod · 0.80
slotFileOpenMethod · 0.80
slotFileNameChangedMethod · 0.80

Calls 2

isEmptyMethod · 0.45
prettyAbsPathMethod · 0.45

Tested by

no test coverage detected