MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / path

Method path

src/subprojects/AutoEqIntegration/AeqStructs.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 QString path(QString base, QString sub = "") const
53 {
54 return base + QDir::separator() + name + QDir::separator() + source + QDir::separator() + sub;
55 }
56
57 QString name;
58 QString source;

Callers 4

runMethod · 0.45
onArchiveReadyMethod · 0.45
selectionMethod · 0.45
extractMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected