! reads the content of the device \c device. */
| 61 | reads the content of the device \c device. |
| 62 | */ |
| 63 | void BinaryFilter::readDataFromDevice(QIODevice& device, AbstractDataSource* dataSource, ImportMode importMode, int lines) { |
| 64 | d->readDataFromDevice(device, dataSource, importMode, lines); |
| 65 | } |
| 66 | |
| 67 | QVector<QStringList> BinaryFilter::preview(const QString& fileName, int lines) { |
| 68 | return d->preview(fileName, lines); |
nothing calls this directly
no test coverage detected