mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-30 17:28:03 +00:00
Now that we no longer use QFont from LibWeb, we can also stop using QGuiApplication in the WebContent process entirely. This removes a whole bunch of unnecessary work from the event loop, and also allows nice things like running headless-browser while *actually* headless. :^)