MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / Index

Method Index

launcher/meta/Index.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace Meta
22{
23Index::Index(QObject *parent)
24 : QAbstractListModel(parent)
25{
26}
27Index::Index(const QVector<VersionListPtr> &lists, QObject *parent)
28 : QAbstractListModel(parent), m_lists(lists)
29{

Callers

nothing calls this directly

Calls 4

insertMethod · 0.80
sizeMethod · 0.45
uidMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected