Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void CliRemoteController::registerOptions(QCommandLineParser &parser) const
36
{
37
for(auto* opt : _options)
38
parser.addOption(*opt);
39
}
40
41
bool CliRemoteController::isAnyArgumentSet(QCommandLineParser &parser) const
42
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected