Skip to content

Commit 758ec52

Browse files
committed
Fix build.
1 parent 96418bb commit 758ec52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/SourceFiles/core/application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ bool Application::eventFilter(QObject *object, QEvent *e) {
694694
const auto event = static_cast<QFileOpenEvent*>(e);
695695
const auto flushQueued = [=] {
696696
if (_filesToOpen.isEmpty()) {
697-
InvokeQueued([=] {
697+
InvokeQueued(this, [=] {
698698
cSetSendPaths(_filesToOpen);
699699
_filesToOpen.clear();
700700
checkSendPaths();

0 commit comments

Comments
 (0)