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 flushQueued = [=] {
if (_filesToOpen.isEmpty()) {
InvokeQueued([=] {
InvokeQueued(this, [=] {
cSetSendPaths(_filesToOpen);
_filesToOpen.clear();
checkSendPaths();