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

Method addSubDir

kdevplatform/project/filemanagerlistjob.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void FileManagerListJob::addSubDir( ProjectFolderItem* item )
62{
63 Q_ASSERT(!m_listQueue.contains(item));
64 Q_ASSERT(!m_item || m_item == item || m_item->path().isDirectParentOf(item->path()));
65
66 m_listQueue.enqueue(item);
67}
68
69void FileManagerListJob::handleRemovedItem(ProjectBaseItem* item)
70{

Callers 1

addJobItemsMethod · 0.80

Calls 4

isDirectParentOfMethod · 0.80
enqueueMethod · 0.80
containsMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected