ladybird/Userland/Applications/QuickShow
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
CMakeLists.txt QuickShow: Replace posix_spawn with LibDesktop::Launcher 2021-03-12 15:22:12 +01:00
main.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
QSWidget.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
QSWidget.h QuickShow: Animate animated images :^) 2021-03-17 12:37:48 +01:00