MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / sortIndicatorOrder

Method sortIndicatorOrder

Engine/FileSystemModel.cpp:1157–1163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157Qt::SortOrder
1158FileSystemModel::sortIndicatorOrder() const
1159{
1160 QMutexLocker l(&_imp->sortMutex);
1161
1162 return _imp->ordering;
1163}
1164
1165int
1166FileSystemModel::sortIndicatorSection() const

Callers 2

initializeMethod · 0.45
gatheringKernelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected