Files
ladybird/Userland/Applications/PixelPaint/LayerListWidget.cpp
Mustafa Quraish 75a706b6eb Everywhere: Use the Optional<T>::operator==(T) operator
In general, I think `opt == x` looks much nicer than
`opt.has_value() && opt.value() == x`, so I'm updating
the remaining few instances I could find with some regex
magic in my search.
2021-08-27 23:13:51 +02:00

10 KiB