| 1728 | } |
| 1729 | |
| 1730 | void |
| 1731 | SequenceFileDialog::setHistory(const QStringList &paths) |
| 1732 | { |
| 1733 | _lookInCombobox->setHistory(paths); |
| 1734 | } |
| 1735 | |
| 1736 | QStringList |
| 1737 | SequenceFileDialog::history() const |
nothing calls this directly
no test coverage detected