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

Method DirectorySortProxyModel

sources/directory/directorysortproxymodel.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#include "utils.h"
28
29DirectorySortProxyModel::DirectorySortProxyModel(QObject *parent) : QSortFilterProxyModel{parent},
30 _mode(SortByName),
31 _filter("")
32{}
33
34void DirectorySortProxyModel::setSortMode(SortMode mode)
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected