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

Method isValid

plugins/qmakemanager/qmakemanager.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88bool QMakeProjectManager::isValid(const Path& path, const bool isFolder, IProject* project) const
89{
90 if (!isFolder && path.lastPathSegment().startsWith(QLatin1String("Makefile"))) {
91 return false;
92 }
93 return AbstractFileManagerPlugin::isValid(path, isFolder, project);
94}
95
96Path QMakeProjectManager::buildDirectory(ProjectBaseItem* item) const
97{

Callers 15

executeMethod · 0.45
contextMenuExtensionMethod · 0.45
jumpToSpecialObjectMethod · 0.45
jumpToNearestFunctionMethod · 0.45
finishMethod · 0.45
rowCountMethod · 0.45
columnCountMethod · 0.45
executeMethod · 0.45
callRowSelectedMethod · 0.45
eventFilterMethod · 0.45
resetMethod · 0.45

Calls 2

lastPathSegmentMethod · 0.80
isValidFunction · 0.50

Tested by 3

initTestCaseMethod · 0.36
testIncludeMethod · 0.36
globbingMethod · 0.36