mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
LibGfx: Extract Profile::read_header() function
This commit is contained in:
parent
e5234f582d
commit
5017d8fdcb
2 changed files with 28 additions and 20 deletions
|
@ -246,6 +246,8 @@ public:
|
|||
static Crypto::Hash::MD5::DigestType compute_id(ReadonlyBytes);
|
||||
|
||||
private:
|
||||
ErrorOr<void> read_header(ReadonlyBytes);
|
||||
|
||||
u32 m_on_disk_size { 0 };
|
||||
Optional<PreferredCMMType> m_preferred_cmm_type;
|
||||
Version m_version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue