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