Home
last modified time | relevance | path

Searched refs:populateCommandLineParser (Results 1 – 6 of 6) sorted by relevance

/dports/x11/konsole/konsole-21.12.3/src/
H A DApplication.h46 static void populateCommandLineParser(QCommandLineParser *parser);
H A DApplication.cpp50 void Application::populateCommandLineParser(QCommandLineParser *parser) in populateCommandLineParser() function in Application
546 populateCommandLineParser(parser); in slotActivateRequested()
H A Dmain.cpp165 Application::populateCommandLineParser(parser.data()); in main()
/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.h47 void populateCommandLineParser(QCommandLineParser *lCmdLineParser);
H A DMain.cpp55 lCore.populateCommandLineParser(&lCmdLineParser); in main()
H A DSpectacleCore.cpp85 populateCommandLineParser(parser.data()); in onActivateRequested()
491 void SpectacleCore::populateCommandLineParser(QCommandLineParser *lCmdLineParser) in populateCommandLineParser() function in SpectacleCore