Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ remoteFolderSubjobEntriesFound
Method
remoteFolderSubjobEntriesFound
kdevplatform/project/filemanagerlistjob.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void FileManagerListJob::remoteFolderSubjobEntriesFound(KJob* job, const KIO::UDSEntryList& foundEntries)
82
{
83
Q_UNUSED(job);
84
entryList.append(foundEntries);
85
}
86
87
void FileManagerListJob::startNextJob()
88
{
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected