1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:47:34 +00:00

Ladybird: Add a "Reload" action to reload the current URL

This commit is contained in:
Andreas Kling 2022-07-05 21:10:50 +02:00 committed by Andrew Kaster
parent 7bf3010185
commit 69d264828f
4 changed files with 26 additions and 0 deletions

View file

@ -22,6 +22,9 @@ public slots:
void page_title_changed(QString);
void page_favicon_changed(QIcon);
public slots:
void reload();
private:
QToolBar* m_toolbar { nullptr };
QLineEdit* m_location_edit { nullptr };