! reads the content of the current variable from file \c fileName. */
| 140 | reads the content of the current variable from file \c fileName. |
| 141 | */ |
| 142 | QVector<QStringList> NetCDFFilter::readCurrentVar(const QString& fileName, AbstractDataSource* dataSource, ImportMode importMode, int lines) { |
| 143 | return d->readCurrentVar(fileName, dataSource, importMode, lines); |
| 144 | } |
| 145 | |
| 146 | /*! |
| 147 | reads the content of the file \c fileName to the data source \c dataSource. |
nothing calls this directly
no test coverage detected