MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / ~ListModel

Method ~ListModel

launcher/ui/pages/modplatform/ModModel.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20ListModel::ListModel(ModPage* parent) : QAbstractListModel(parent), m_parent(parent) { s_running.insert(this, true); }
21
22ListModel::~ListModel()
23{
24 s_running.find(this).value() = false;
25}
26
27auto ListModel::debugName() const -> QString
28{

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected