mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Add missing return statement
This commit is contained in:
parent
205502fd3b
commit
74b4ade15a
1 changed files with 1 additions and 1 deletions
|
@ -1095,7 +1095,7 @@ bool Application::winEventFilter(MSG *pMsg, long *result)
|
|||
return true;
|
||||
}
|
||||
|
||||
SharedTools::QtSingleApplication::winEventFilter(pMsg, result);
|
||||
return SharedTools::QtSingleApplication::winEventFilter(pMsg, result);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue