! reads the content of the data set \c dataSet from file \c fileName. */
| 97 | reads the content of the data set \c dataSet from file \c fileName. |
| 98 | */ |
| 99 | QVector<QStringList> HDF5Filter::readCurrentDataSet(const QString& fileName, AbstractDataSource* dataSource, bool& ok, ImportMode importMode, int lines) { |
| 100 | return d->readCurrentDataSet(fileName, dataSource, ok, importMode, lines); |
| 101 | } |
| 102 | |
| 103 | /*! |
| 104 | reads the content of the file \c fileName to the data source \c dataSource. |
no test coverage detected