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

Method recursiveSort

kdevplatform/language/classmodel/classmodelnode.cpp:456–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void Node::recursiveSort()
457{
458 m_model->nodesLayoutAboutToBeChanged(this);
459
460 recursiveSortInternal();
461
462 m_model->nodesLayoutChanged(this);
463}
464
465int Node::row()
466{

Callers

nothing calls this directly

Calls 2

nodesLayoutChangedMethod · 0.80

Tested by

no test coverage detected