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

Method columnDescription

launcher/ui/instanceview/AccessibleInstanceView.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76QString AccessibleInstanceView::columnDescription(int column) const
77{
78 if (!view()->model())
79 return QString();
80
81 return view()->model()->headerData(column, Qt::Horizontal).toString();
82}
83
84int AccessibleInstanceView::columnCount() const
85{

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