Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ clear
Method
clear
plugins/debuggercommon/registers/registersview.cpp:202–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void RegistersView::clear()
203
{
204
for (int i = 0; i < TABLES_COUNT; i++) {
205
tabWidget->setTabText(i, QString());
206
}
207
}
208
209
void RegistersView::setupActions()
210
{
Callers
2
updateRegisters
Method · 0.45
initRegisterNames
Method · 0.45
Calls
1
QString
Class · 0.50
Tested by
no test coverage detected