mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
@@ -35,7 +35,7 @@ void DateClickHandler::setDate(QDate date) {
|
||||
_date = date;
|
||||
}
|
||||
|
||||
void DateClickHandler::onClick(Qt::MouseButton) const {
|
||||
void DateClickHandler::onClick(ClickContext context) const {
|
||||
App::wnd()->controller()->showJumpToDate(_chat, _date);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user