mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
Ladybird: Add Favicon to the window
This commit is contained in:
parent
47d7f1efec
commit
95e3e06a1e
4 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <QIcon>
|
||||
#include <QLineEdit>
|
||||
#include <QMainWindow>
|
||||
#include <QToolBar>
|
||||
|
@ -16,6 +17,7 @@ public:
|
|||
public slots:
|
||||
void location_edit_return_pressed();
|
||||
void page_title_changed(QString);
|
||||
void page_favicon_changed(QIcon);
|
||||
|
||||
private:
|
||||
QToolBar* m_toolbar { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue