MCPcopy Create free account
hub / github.com/KDAB/KDChart / AbstractProxyModel

Method AbstractProxyModel

src/KDChart/KDChartAbstractProxyModel.cpp:29–32  ·  view source on GitHub ↗

This is basically KDAbstractProxyModel, but only the bits that we really need from it */

Source from the content-addressed store, hash-verified

27/** This is basically KDAbstractProxyModel, but only the
28 bits that we really need from it */
29AbstractProxyModel::AbstractProxyModel(QObject *parent)
30 : QAbstractProxyModel(parent)
31{
32}
33
34// Allows access to QModelIndex's private data via type punning and a compatible data layout.
35// Due to inlining in Qt and no d-pointer, it is safe to assume that the layout won't change except

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected