MCPcopy Create free account
hub / github.com/apitrace/apitrace / ProgramSorter

Method ProgramSorter

gui/profiletablemodel.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272class ProgramSorter {
273public:
274 ProgramSorter(int column, Qt::SortOrder order)
275 : mSortColumn(column),
276 mSortOrder(order)
277 {
278 }
279
280 bool operator()(const ProfileTableRow &p1, const ProfileTableRow &p2) const
281 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected