MCPcopy 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
251Watches::Watches(TreeModel* model, TreeItem* parent)
252 : TreeItem(model, parent)
253{
254 setData(QVariantList{sectionTitle(), QString()});
255}
256
257Variable* Watches::add(const QString& expression)
258{

Callers

nothing calls this directly

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected