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

Method ProfileTableModel

gui/profiletablemodel.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36ProfileTableModel::ProfileTableModel(QObject *parent)
37 : QAbstractTableModel(parent),
38 m_profile(0),
39 m_sortColumn(COLUMN_GPU_TIME),
40 m_sortOrder(Qt::DescendingOrder)
41{
42}
43
44
45void ProfileTableModel::setProfile(trace::Profile* profile)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected