| 65 | } |
| 66 | |
| 67 | void TOPPASVertex::TOPPASFilenames::append(const QStringList& filenames) |
| 68 | { |
| 69 | for (const QString& fn : filenames) |
| 70 | { |
| 71 | check_(fn); |
| 72 | push_back(fn); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | QStringList TOPPASVertex::TOPPASFilenames::getSuffixCounts() const |
| 77 | { |