Files
ladybird/Libraries/LibCore/CObject.h
Andreas Kling f614081b83 LibCore: Add CObject::remove_from_parent()
This is a convenient shorthand for:

    if (object.parent())
        object.parent()->remove_child(object);
2019-09-22 00:41:01 +02:00

3.9 KiB