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

Method columnCount

launcher/ui/pages/modplatform/ModModel.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 inline auto rowCount(const QModelIndex& parent) const -> int override { return modpacks.size(); };
24 inline auto columnCount(const QModelIndex& parent) const -> int override { return 1; };
25 inline auto flags(const QModelIndex& index) const -> Qt::ItemFlags override { return QAbstractListModel::flags(index); };
26
27 auto debugName() const -> QString;

Callers 2

ModPageMethod · 0.45
setFilterWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected