MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isColumnSortable

Method isColumnSortable

src/eepp/ui/models/sortingproxymodel.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213bool SortingProxyModel::isColumnSortable( const size_t& columnIndex ) const {
214 return source().isColumnSortable( columnIndex );
215}
216
217bool SortingProxyModel::lessThan( const ModelIndex& index1, const ModelIndex& index2 ) const {
218 auto data1 = mSource->data( index1, mSortRole );

Callers 1

onSortColumnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected