| 199 | // ##################################################################### |
| 200 | |
| 201 | BinaryFilterPrivate::BinaryFilterPrivate(BinaryFilter* owner) |
| 202 | : q(owner) { |
| 203 | } |
| 204 | |
| 205 | /*! |
| 206 | reads the content of the device \c device to the data source \c dataSource or return as string for preview. |
nothing calls this directly
no outgoing calls
no test coverage detected