mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove Qt MOC dependency for tabbed selector.
This commit is contained in:
@@ -1447,7 +1447,7 @@ void MainWidget::onSendFileConfirm(
|
||||
}
|
||||
|
||||
bool MainWidget::onSendSticker(DocumentData *document) {
|
||||
return _history->onStickerOrGifSend(document);
|
||||
return _history->sendExistingDocument(document);
|
||||
}
|
||||
|
||||
void MainWidget::dialogsCancelled() {
|
||||
|
Reference in New Issue
Block a user