MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / CustomFilterProxyModel

Method CustomFilterProxyModel

CustomFilterProxyModel.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "CustomFilterProxyModel.h"
22
23CustomFilterProxyModel::CustomFilterProxyModel(QObject* parent) : QSortFilterProxyModel(parent)
24{
25};
26
27bool CustomFilterProxyModel::filterAcceptsRow(int sourceRow, const QModelIndex& sourceParent) const
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected