MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / MakeFileDestination

Method MakeFileDestination

logger/qslogdest.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73DestinationPtr DestinationFactory::MakeFileDestination(const QString& filePath)
74{
75 return DestinationPtr(new FileDestination(filePath));
76}
77
78DestinationPtr DestinationFactory::MakeDebugOutputDestination()
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected