MCPcopy Create free account
hub / github.com/KDE/kdevelop / Locals

Method Locals

kdevplatform/debugger/variable/variablecollection.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317Locals::Locals(TreeModel* model, TreeItem* parent, const QString &name)
318: TreeItem(model, parent)
319{
320 setData(QVector<QVariant>{name, QString()});
321}
322
323QList<Variable*> Locals::updateLocals(const QStringList& locals)
324{

Callers

nothing calls this directly

Calls 1

QStringClass · 0.70

Tested by

no test coverage detected