MCPcopy Create free account
hub / github.com/KDE/kdevelop / setCustomArgs

Function setCustomArgs

kdevplatform/language/util/debuglanguageparserhelper.h:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159template <class ParserT>
160void setCustomArgs(ParserT* parser, QCommandLineParser* commandLineParser)
161{
162 Q_UNUSED(parser);
163 Q_UNUSED(commandLineParser);
164}
165
166/// call this after setting up @p aboutData in your @c main() function.
167template <class ParserT>

Callers 1

initAndRunParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected