Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ removeRow
Method
removeRow
kdevplatform/project/projectmodel.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void ProjectBaseItem::removeRow( int row )
216
{
217
delete takeRow( row );
218
}
219
220
void ProjectBaseItem::removeRows(int row, int count)
221
{
Callers
15
slotRemoveBreakpoint
Method · 0.80
deletePath
Method · 0.80
reloadModel
Method · 0.80
close
Method · 0.80
testChangeWithProxyModel
Method · 0.80
testCreateSimpleHierarchy
Method · 0.80
testItemSanity
Method · 0.80
setProjectItem
Method · 0.80
removeScript
Method · 0.80
slotDirty
Method · 0.80
notifyBreakpointDeleted
Method · 0.80
testDeleteBreakpoint
Method · 0.80
Calls
no outgoing calls
Tested by
9
testChangeWithProxyModel
Method · 0.64
testCreateSimpleHierarchy
Method · 0.64
testItemSanity
Method · 0.64
setProjectItem
Method · 0.64
testDeleteBreakpoint
Method · 0.64
testVariablesSwitchFrame
Method · 0.64
testVariablesQuicklySwitchFrame
Method · 0.64
removeTestSuite
Method · 0.64
removeProject
Method · 0.64