Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ lineNumber
Method
lineNumber
plugins/grepview/grepoutputmodel.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int GrepOutputItem::lineNumber() const
56
{
57
// line starts at 0 for cursor but we want to start at 1
58
return m_change->m_range.start().line() + 1;
59
}
60
61
QString GrepOutputItem::filename() const
62
{
Callers
5
testAnnotation
Method · 0.45
testAnnotation
Method · 0.45
paint
Method · 0.45
sizeHint
Method · 0.45
activate
Method · 0.45
Calls
2
line
Method · 0.45
start
Method · 0.45
Tested by
2
testAnnotation
Method · 0.36
testAnnotation
Method · 0.36