! reads the content of the file \c fileName to the data source \c dataSource. */
| 42 | reads the content of the file \c fileName to the data source \c dataSource. |
| 43 | */ |
| 44 | void ReadStatFilter::readDataFromFile(const QString& fileName, AbstractDataSource* dataSource, ImportMode mode) { |
| 45 | d->readDataFromFile(fileName, dataSource, mode); |
| 46 | } |
| 47 | |
| 48 | /*! |
| 49 | writes the content of the data source \c dataSource to the file \c fileName. |
nothing calls this directly
no test coverage detected