Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
void SourceLocation::setOneBasedColumn(int column)
90
{
91
m_column = column - 1;
92
}
93
94
QString SourceLocation::displayString() const
95
{
Callers
3
toResolvedFrame
Function · 0.80
SourceLocationTest
Class · 0.80
creationLocation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected