Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
QString SourceData::getAliasName() const
106
{
107
return m_aliasName.isEmpty() ? m_fileAccess.prettyAbsPath() : m_aliasName;
108
}
109
110
void SourceData::setAliasName(const QString& name)
111
{
Callers
7
completeInit
Method · 0.80
slotFilePrint
Method · 0.80
mainInit
Method · 0.80
createCaption
Method · 0.80
slotFinishMainInit
Method · 0.80
slotFileOpen
Method · 0.80
slotFileNameChanged
Method · 0.80
Calls
2
isEmpty
Method · 0.45
prettyAbsPath
Method · 0.45
Tested by
no test coverage detected