| 130 | |
| 131 | QQuickItem* Graph::qmlGetGraphView() { return _graphView; } |
| 132 | qan::GraphView* Graph::getGraphView() { return _graphView; } |
| 133 | const qan::GraphView* Graph::getGraphView() const { return _graphView; } |
| 134 | void Graph::setGraphView(qan::GraphView* graphView) |
| 135 | { |
nothing calls this directly
no outgoing calls
no test coverage detected