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

Method isReadyChatBackground

Telegram/SourceFiles/mainwidget.cpp:1195–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195bool MainWidget::isReadyChatBackground(
1196 const Data::WallPaper &background,
1197 const QImage &image) const {
1198 return !image.isNull() || !background.document();
1199}
1200
1201void MainWidget::setReadyChatBackground(
1202 const Data::WallPaper &background,

Callers

nothing calls this directly

Calls 2

isNullMethod · 0.45
documentMethod · 0.45

Tested by

no test coverage detected