| 320 | } |
| 321 | |
| 322 | void WallPaper::loadDocumentThumbnail() const { |
| 323 | if (_document) { |
| 324 | _document->loadThumbnail(fileOrigin()); |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | void WallPaper::loadDocument() const { |
| 329 | if (_document) { |
nothing calls this directly
no test coverage detected