MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / processCommandLine

Method processCommandLine

src/main.cpp:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void Application::processCommandLine(QCommandLineParser *parser)
201{
202 KAboutData aboutData = KAboutData::applicationData();
203 aboutData.processCommandLine(parser);
204 setConfigLock(parser->isSet(s_lockOption));
205 Application::setCrashCount(parser->value(s_crashesOption).toInt());
206}
207
208void Application::setupMalloc()
209{

Callers 1

mainFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected