MCPcopy Create free account
hub / github.com/KDE/okular / AuthorGroupProxyModel

Method AuthorGroupProxyModel

part/annotationproxymodels.cpp:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411};
412
413AuthorGroupProxyModel::AuthorGroupProxyModel(QObject *parent)
414 : QAbstractProxyModel(parent)
415 , d(new Private(this))
416{
417}
418
419AuthorGroupProxyModel::~AuthorGroupProxyModel()
420{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected