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