MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setOneBasedColumn

Method setOneBasedColumn

common/sourcelocation.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void SourceLocation::setOneBasedColumn(int column)
90{
91 m_column = column - 1;
92}
93
94QString SourceLocation::displayString() const
95{

Callers 3

toResolvedFrameFunction · 0.80
SourceLocationTestClass · 0.80
creationLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected