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

Method onClickImpl

Telegram/SourceFiles/data/data_file_click_handler.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void DocumentWrappedClickHandler::onClickImpl() const {
44 _wrapped->onClick({ Qt::LeftButton });
45}
46
47DocumentClickHandler::DocumentClickHandler(
48 not_null<DocumentData*> document,

Callers

nothing calls this directly

Calls 6

clearFailedMethod · 0.80
onClickMethod · 0.45
isNullMethod · 0.45
uploadingMethod · 0.45
cancelMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected