| 37 | }; |
| 38 | |
| 39 | JpegDocumentLoadedImpl::JpegDocumentLoadedImpl(Document *doc, JpegContent *jpegContent) |
| 40 | : DocumentLoadedImpl(doc, QByteArray() /* rawData */) |
| 41 | , d(new JpegDocumentLoadedImplPrivate) |
| 42 | { |
| 43 | Q_ASSERT(jpegContent); |
| 44 | d->mJpegContent = jpegContent; |
| 45 | } |
| 46 | |
| 47 | JpegDocumentLoadedImpl::~JpegDocumentLoadedImpl() |
| 48 | { |