MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / queueSort

Method queueSort

src/filetreeitem.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226};
227
228void FileTreeItem::queueSort()
229{
230 if (!m_children.empty()) {
231 m_model->queueSortItem(this);
232 }
233}
234
235void FileTreeItem::makeSortingStale()
236{

Callers

nothing calls this directly

Calls 2

queueSortItemMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected