MCPcopy Create free account
hub / github.com/KDE/gwenview / DocumentOnlyProxyModel

Method DocumentOnlyProxyModel

lib/documentonlyproxymodel.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37DocumentOnlyProxyModel::DocumentOnlyProxyModel(QObject *parent)
38 : QSortFilterProxyModel(parent)
39 , d(new DocumentOnlyProxyModelPrivate)
40{
41 setDynamicSortFilter(true);
42}
43
44DocumentOnlyProxyModel::~DocumentOnlyProxyModel()
45{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected