mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-30 09:16:48 +00:00
Everywhere: Move the Ladybird folder to UI
This commit is contained in:
committed by
Andreas Kling
parent
93712b24bf
commit
db47cc41f8
16
UI/Qt/EventLoopImplementationQtEventTarget.cpp
Normal file
16
UI/Qt/EventLoopImplementationQtEventTarget.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 2023, Gregory Bertilson <zaggy1024@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <UI/Qt/EventLoopImplementationQtEventTarget.h>
|
||||
|
||||
namespace Ladybird {
|
||||
|
||||
bool EventLoopImplementationQtEventTarget::event(QEvent* event)
|
||||
{
|
||||
return EventLoopManagerQt::event_target_received_event({}, event);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user