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

Method remoteFolderSubjobFinished

kdevplatform/project/filemanagerlistjob.cpp:133–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void FileManagerListJob::remoteFolderSubjobFinished(KJob* job)
134{
135 if( job && job->error() ) {
136 qCDebug(FILEMANAGER) << "error in list job:" << job->error() << job->errorString();
137 }
138
139 Q_ASSERT(m_remoteFolderSubjob == job);
140 m_remoteFolderSubjob = nullptr;
141
142 handleResults(entryList);
143 entryList.clear();
144}
145
146void FileManagerListJob::handleResults(const KIO::UDSEntryList& entriesIn)
147{

Callers

nothing calls this directly

Calls 3

errorMethod · 0.45
errorStringMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected