MCPcopy Create free account
hub / github.com/baldurk/renderdoc / lessThan

Method lessThan

qrenderdoc/Windows/DebugMessageView.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 bool lessThan(const QModelIndex &left, const QModelIndex &right) const override
200 {
201 return sourceModel()->data(left, SortDataRole) < sourceModel()->data(right, SortDataRole);
202 }
203
204private:
205 ICaptureContext &m_Ctx;

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected