mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
GEventLoop was just a dummy subclass of CEventLoop anyway. The only thing it actually did was make sure a GWindowServerConnectionw was instantiated. We now take care of that in GApplication instead. CEventLoop is now non-virtual and a little less confusing. :^)
This commit is contained in:
@@ -181,6 +181,7 @@ CEventLoop& CEventLoop::current()
|
||||
|
||||
void CEventLoop::quit(int code)
|
||||
{
|
||||
dbg() << "CEventLoop::quit(" << code << ")";
|
||||
m_exit_requested = true;
|
||||
m_exit_code = code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user