Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void DirectorySortProxyModel::setSortMode(SortMode mode)
35
{
36
_mode = mode;
37
invalidate();
38
}
39
40
bool DirectorySortProxyModel::lessThan(const QModelIndex &left, const QModelIndex &right) const
41
{
Callers
1
setSortType
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected