Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ notifyPositionChanged
Method
notifyPositionChanged
kdevplatform/sublime/view.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void View::notifyPositionChanged(int newPositionInArea)
139
{
140
emit positionChanged(this, newPositionInArea);
141
}
142
143
}
144
Callers
1
tabMoved
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected