MCPcopy Create free account
hub / github.com/cc20110101/RedisView / sort

Method sort

src/RedisView/Model/KeyTreeModel.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void KeyTreeModel::sort(int column, Qt::SortOrder order) {
81 Q_UNUSED(column)
82 recurSortItem(rootItem, order);
83}
84
85void KeyTreeModel::recurSortItem(KeyTreeItem *item, Qt::SortOrder order) {
86 if(item == nullptr)

Callers 1

sortItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected