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

Method resolveShellGlobbing

plugins/qmakemanager/qmakefile.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175QStringList QMakeFile::resolveShellGlobbing(const QString& pattern, const QString& base) const
176{
177 return resolveShellGlobbingInternal(pattern, base.isEmpty() ? absoluteDir() : base);
178}
179
180QString QMakeFile::resolveToSingleFileName(const QString& file, const QString& base) const
181{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45

Tested by

no test coverage detected