Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ projectFiles
Method
projectFiles
plugins/qmakemanager/qmakemodelitems.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
QList<QMakeProjectFile*> QMakeFolderItem::projectFiles() const
20
{
21
return m_projectFiles;
22
}
23
24
void QMakeFolderItem::addProjectFile(QMakeProjectFile* file)
25
{
Callers
7
buildDirectory
Method · 0.80
buildFolderItem
Method · 0.80
slotFolderAdded
Method · 0.80
slotDirty
Method · 0.80
collectDirectories
Method · 0.80
defines
Method · 0.80
extraArguments
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected