Files
ladybird/Userland/Libraries/LibGUI/Window.cpp
Andreas Kling 98b8bab441 LibGUI: Use Variant's built-in equality operator in Window and Widget
Now that Variant has operator==(), we don't need to go through all this
trouble to compare two Variant values.
2023-04-30 14:01:59 +02:00

43 KiB