1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

Ladybird: Show the web page title in the window titlebar :^)

This commit is contained in:
Andreas Kling 2022-07-04 02:11:58 +02:00 committed by Andrew Kaster
parent 8b7000e151
commit f5d033b8ba
4 changed files with 13 additions and 1 deletions

View file

@ -15,6 +15,7 @@ public:
public slots:
void location_edit_return_pressed();
void page_title_changed(QString);
private:
QToolBar* m_toolbar { nullptr };