| 1085 | } |
| 1086 | |
| 1087 | bool |
| 1088 | SequenceFileDialog::sequenceModeEnabled() const |
| 1089 | { |
| 1090 | return _model->isSequenceModeEnabled(); |
| 1091 | } |
| 1092 | |
| 1093 | void |
| 1094 | SequenceFileDialog::setRootIndex(const QModelIndex & index) |
nothing calls this directly
no test coverage detected