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

Method rowDescription

launcher/ui/instanceview/AccessibleInstanceView.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119QString AccessibleInstanceView::rowDescription(int row) const
120{
121 if (!view()->model())
122 return QString();
123 return view()->model()->headerData(row, Qt::Vertical).toString();
124}
125
126QList<QAccessibleInterface *> AccessibleInstanceView::selectedCells() const
127{

Callers

nothing calls this directly

Calls 4

QStringClass · 0.85
modelMethod · 0.80
toStringMethod · 0.45
headerDataMethod · 0.45

Tested by

no test coverage detected