| 20 | } |
| 21 | |
| 22 | Variable* TestVariableController::createVariable(TreeModel* model, TreeItem* parent, |
| 23 | const QString& expression, |
| 24 | const QString& display) |
| 25 | { |
| 26 | Q_UNUSED(model); |
| 27 | Q_UNUSED(parent); |
| 28 | Q_UNUSED(expression); |
| 29 | Q_UNUSED(display); |
| 30 | |
| 31 | return nullptr; |
| 32 | } |
| 33 | |
| 34 | Range TestVariableController::expressionRangeUnderCursor(Document* doc, |
| 35 | const Cursor& cursor) |
no outgoing calls
no test coverage detected