mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
Ladybird: Load all icons uses Core::Resource URIs
This commit is contained in:
parent
aa9387c76c
commit
1b30b510b9
7 changed files with 97 additions and 58 deletions
16
Ladybird/Qt/Icon.h
Normal file
16
Ladybird/Qt/Icon.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Tim Flynn <trflynn89@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/StringView.h>
|
||||
#include <QIcon>
|
||||
|
||||
namespace Ladybird {
|
||||
|
||||
QIcon load_icon_from_uri(StringView);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue