Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void DocumentWrappedClickHandler::onClickImpl() const {
44
_wrapped->onClick({ Qt::LeftButton });
45
}
46
47
DocumentClickHandler::DocumentClickHandler(
48
not_null<DocumentData*> document,
Callers
nothing calls this directly
Calls
6
clearFailed
Method · 0.80
onClick
Method · 0.45
isNull
Method · 0.45
uploading
Method · 0.45
cancel
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected