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

Method setZeroBasedColumn

common/sourcelocation.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void SourceLocation::setZeroBasedColumn(int column)
85{
86 m_column = column;
87}
88
89void SourceLocation::setOneBasedColumn(int column)
90{

Callers 1

SourceLocationTestClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected