1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:07:35 +00:00

Ladybird: Add a location bar and allow navigating to new pages :^)

This commit is contained in:
Andreas Kling 2022-07-03 21:26:51 +02:00 committed by Andrew Kaster
parent 88d256c109
commit 8b7000e151
7 changed files with 60 additions and 18 deletions

View file

@ -31,6 +31,7 @@ public:
signals:
void linkHovered(QString, int timeout = 0);
void linkUnhovered();
void loadStarted(QString);
private:
OwnPtr<HeadlessBrowserPageClient> m_page_client;