2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Remove Qt MOC dependency for tabbed selector.

This commit is contained in:
John Preston
2018-11-21 22:14:48 +04:00
parent 9f5b09c263
commit ef4f0168f8
22 changed files with 552 additions and 476 deletions

View File

@@ -1447,7 +1447,7 @@ void MainWidget::onSendFileConfirm(
}
bool MainWidget::onSendSticker(DocumentData *document) {
return _history->onStickerOrGifSend(document);
return _history->sendExistingDocument(document);
}
void MainWidget::dialogsCancelled() {