diff --git a/Telegram/SourceFiles/core/sandbox.cpp b/Telegram/SourceFiles/core/sandbox.cpp index d477101f4..1a6c949cf 100644 --- a/Telegram/SourceFiles/core/sandbox.cpp +++ b/Telegram/SourceFiles/core/sandbox.cpp @@ -582,7 +582,7 @@ void Sandbox::registerEnterFromEventLoop() { bool Sandbox::notifyOrInvoke(QObject *receiver, QEvent *e) { const auto type = e->type(); - if (type == base::InvokeQueuedEvent::kType) { + if (type == base::InvokeQueuedEvent::Type()) { static_cast(e)->invoke(); return true; } else if (receiver == this) { diff --git a/Telegram/lib_base b/Telegram/lib_base index 185679354..9c68fbe3c 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit 185679354c7d0b7dd8d719daaaf806d177cb20bf +Subproject commit 9c68fbe3cc4242a5f5f76dfda8ceab511cc08c70 diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 0ea27ae05..632626b19 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 0ea27ae051774047cc00b92778f98c2f243712e8 +Subproject commit 632626b1921e99aaea6d02a9f7ebbb6354161365