| 385 | } |
| 386 | |
| 387 | Invocation* DependencyBuilder::buildInvocation(QString*,QList<Argument*>*) |
| 388 | { |
| 389 | return nullptr; |
| 390 | } |
| 391 | |
| 392 | Invocation* DependencyBuilder::buildInvocation(QString*,Invocation*) |
| 393 | { |
nothing calls this directly
no outgoing calls
no test coverage detected