| 228 | } |
| 229 | |
| 230 | Variable* MIVariableController::createVariable(TreeModel* model, TreeItem* parent, |
| 231 | const QString& expression, const QString& display) |
| 232 | { |
| 233 | return new MIVariable(debugSession(), model, parent, expression, display); |
| 234 | } |
| 235 | |
| 236 | void MIVariableController::handleEvent(IDebugSession::event_t event) |
| 237 | { |