MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / loadDocumentThumbnail

Method loadDocumentThumbnail

Telegram/SourceFiles/data/data_wall_paper.cpp:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void WallPaper::loadDocumentThumbnail() const {
323 if (_document) {
324 _document->loadThumbnail(fileOrigin());
325 }
326}
327
328void WallPaper::loadDocument() const {
329 if (_document) {

Callers

nothing calls this directly

Calls 1

loadThumbnailMethod · 0.45

Tested by

no test coverage detected