| 64 | } |
| 65 | |
| 66 | QVector<QStringList> ROOTFilter::previewCurrentObject(const QString& fileName, int first, int last) const { |
| 67 | return d->previewCurrentObject(fileName, first, last); |
| 68 | } |
| 69 | |
| 70 | int ROOTFilter::rowsInCurrentObject(const QString& fileName) const { |
| 71 | return d->rowsInCurrentObject(fileName); |
no test coverage detected