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

Method setZeroBasedLine

common/sourcelocation.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void SourceLocation::setZeroBasedLine(int line)
70{
71 m_line = line;
72}
73
74void SourceLocation::setOneBasedLine(int line)
75{

Callers 1

SourceLocationTestClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected