! reads the content of the file \c fileName to the data source \c dataSource. */
| 28 | reads the content of the file \c fileName to the data source \c dataSource. |
| 29 | */ |
| 30 | void CANFilter::readDataFromFile(const QString& fileName, AbstractDataSource* dataSource, ImportMode mode) { |
| 31 | d->readDataFromFile(fileName, dataSource, mode); |
| 32 | } |
| 33 | |
| 34 | /*! |
| 35 | writes the content of the data source \c dataSource to the file \c fileName. |
nothing calls this directly
no test coverage detected