| 1163 | } |
| 1164 | |
| 1165 | int |
| 1166 | FileSystemModel::sortIndicatorSection() const |
| 1167 | { |
| 1168 | QMutexLocker l(&_imp->sortMutex); |
| 1169 | |
| 1170 | return _imp->sortSection; |
| 1171 | } |
| 1172 | |
| 1173 | void |
| 1174 | FileSystemModel::onSortIndicatorChanged(int logicalIndex, |
no outgoing calls
no test coverage detected