MCPcopy 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
81void FileManagerListJob::remoteFolderSubjobEntriesFound(KJob* job, const KIO::UDSEntryList& foundEntries)
82{
83 Q_UNUSED(job);
84 entryList.append(foundEntries);
85}
86
87void FileManagerListJob::startNextJob()
88{

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected