! reads the content of the current variable from file \c fileName. */
| 227 | reads the content of the current variable from file \c fileName. |
| 228 | */ |
| 229 | QVector<QStringList> MatioFilter::readCurrentVar(const QString& fileName, AbstractDataSource* dataSource, ImportMode importMode, int lines) { |
| 230 | return d->readCurrentVar(fileName, dataSource, importMode, (size_t)lines); |
| 231 | } |
| 232 | |
| 233 | /*! |
| 234 | reads the content of the file \c fileName to the data source \c dataSource. |
no test coverage detected