Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ watchNextLabel
Method
watchNextLabel
gui/qt/debugger.cpp:994–996 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
992
}
993
994
QString MainWindow::watchNextLabel() {
995
return QStringLiteral(
"Label"
) + QString::number(m_watchpoints->rowCount());
996
}
997
998
void MainWindow::breakAddSlot() {
999
breakAdd(breakNextLabel(), 0, true, false, true);
Callers
nothing calls this directly
Calls
1
rowCount
Method · 0.80
Tested by
no test coverage detected