2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-11 13:47:24 +00:00

improved bad_msg_notification handle and local time shifts

This commit is contained in:
John Preston
2014-08-01 15:09:46 +04:00
parent 22e1a7b730
commit 0e031f042d
17 changed files with 381 additions and 95 deletions

View File

@@ -288,6 +288,12 @@ void IntroWidget::keyPressEvent(QKeyEvent *e) {
}
}
void IntroWidget::rpcInvalidate() {
if (phone) phone->rpcInvalidate();
if (code) code->rpcInvalidate();
if (signup) signup->rpcInvalidate();
}
IntroWidget::~IntroWidget() {
delete steps;
delete phone;