Images 💾

Last commit ⭐

commit feb0eb930971c49f2e9626435aa44ea0a01300a1
Author:     Sam Atkins <atkinssj@serenityos.org>
AuthorDate: Wed Dec 28 20:12:03 2022 +0000
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Wed Dec 28 22:34:00 2022 -0500

    AK: Fix constructing ErrorOr from ErrorOr of a related type
    
    Mark other ErrorOr types as friends, and fix a typo in the &&
    constructor, so that we can create an ErrorOr<Core::Object> from an
    ErrorOr<GUI::Widget>. Also, add some requires() clauses to these
    constructors so the error messages are clearer.