MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / registerOptions

Method registerOptions

src/utils/CliRemoteController.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void CliRemoteController::registerOptions(QCommandLineParser &parser) const
36{
37 for(auto* opt : _options)
38 parser.addOption(*opt);
39}
40
41bool CliRemoteController::isAnyArgumentSet(QCommandLineParser &parser) const
42{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected