| 71 | } |
| 72 | |
| 73 | DestinationPtr DestinationFactory::MakeFileDestination(const QString& filePath) |
| 74 | { |
| 75 | return DestinationPtr(new FileDestination(filePath)); |
| 76 | } |
| 77 | |
| 78 | DestinationPtr DestinationFactory::MakeDebugOutputDestination() |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected