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

Method queueSortItem

src/filetreemodel.cpp:880–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880void FileTreeModel::queueSortItem(FileTreeItem* item)
881{
882 if (!m_sortingEnabled) {
883 return;
884 }
885
886 if (item) {
887 m_sortItems.push_back(item);
888 }
889
890 m_sortTimer.start(1);
891}
892
893void FileTreeModel::sortItems()
894{

Callers 1

queueSortMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected