mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user