MCPcopy Create free account
hub / github.com/Tencent/loli_profiler / StackTraceProxyModel

Method StackTraceProxyModel

src/stacktraceproxymodel.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "stacktracemodel.h"
3
4StackTraceProxyModel::StackTraceProxyModel(QAbstractItemModel* srcModel, QObject *parent)
5 : QSortFilterProxyModel(parent) {
6 setSourceModel(srcModel);
7}
8
9bool StackTraceProxyModel::lessThan(const QModelIndex &left, const QModelIndex &right) const {
10 auto leftData = sourceModel()->data(left, Qt::UserRole);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected