MCPcopy Create free account
hub / github.com/davy7125/polyphone / setSortMode

Method setSortMode

sources/directory/directorysortproxymodel.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{}
33
34void DirectorySortProxyModel::setSortMode(SortMode mode)
35{
36 _mode = mode;
37 invalidate();
38}
39
40bool DirectorySortProxyModel::lessThan(const QModelIndex &left, const QModelIndex &right) const
41{

Callers 1

setSortTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected