Fix build.

This commit is contained in:
John Preston
2025-10-22 12:54:05 +04:00
parent 96418bb9f1
commit 758ec52b91
+1 -1
View File
@@ -694,7 +694,7 @@ bool Application::eventFilter(QObject *object, QEvent *e) {
const auto event = static_cast<QFileOpenEvent*>(e); const auto event = static_cast<QFileOpenEvent*>(e);
const auto flushQueued = [=] { const auto flushQueued = [=] {
if (_filesToOpen.isEmpty()) { if (_filesToOpen.isEmpty()) {
InvokeQueued([=] { InvokeQueued(this, [=] {
cSetSendPaths(_filesToOpen); cSetSendPaths(_filesToOpen);
_filesToOpen.clear(); _filesToOpen.clear();
checkSendPaths(); checkSendPaths();