Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ Watches
Method
Watches
kdevplatform/debugger/variable/variablecollection.cpp:251–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
Watches::Watches(TreeModel* model, TreeItem* parent)
252
: TreeItem(model, parent)
253
{
254
setData(QVariantList{sectionTitle(), QString()});
255
}
256
257
Variable* Watches::add(const QString& expression)
258
{
Callers
nothing calls this directly
Calls
1
QString
Class · 0.70
Tested by
no test coverage detected