MCPcopy Create free account
hub / github.com/audacity/audacity / internalCommandLineOption

Function internalCommandLineOption

au4/src/app/commandlineparser.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52template<typename ... Args>
53QCommandLineOption internalCommandLineOption(Args&& ... args)
54{
55 QCommandLineOption option(std::forward<Args>(args)...);
56 option.setFlags(QCommandLineOption::HiddenFromHelp);
57 return option;
58}
59
60void CommandLineParser::init()
61{

Callers 1

initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected