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:
parent
7bf3010185
commit
69d264828f
4 changed files with 26 additions and 0 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue