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

Function currentExtraArguments

plugins/cmake/cmakeutils.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349QString currentExtraArguments( KDevelop::IProject* project, int builddir )
350{
351 return readBuildDirParameter( project, Config::Specific::cmakeArgumentsKey, QString(), builddir );
352}
353
354void setCurrentInstallDir( KDevelop::IProject* project, const KDevelop::Path& path )
355{

Callers 4

commandLineMethod · 0.85
initAdvancedMethod · 0.85
removeBuildDirMethod · 0.85

Calls 2

readBuildDirParameterFunction · 0.85
QStringClass · 0.70

Tested by

no test coverage detected