ladybird/Userland/Applications/GamesSettings
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +01:00
..
CardSettingsWidget.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CardSettingsWidget.gml GamesSettings: Rename Preview -> CardGamePreview 2023-02-02 14:52:21 +01:00
CardSettingsWidget.h GamesSettings: Make CardSettingsWidget creation fallible 2023-02-02 14:52:21 +01:00
ChessSettingsWidget.cpp GamesSettings: Migrate to Directory::for_each_entry() 2023-03-05 20:23:42 +01:00
ChessSettingsWidget.gml GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00
ChessSettingsWidget.h GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00
CMakeLists.txt GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00
main.cpp GamesSettings: Add chess settings :^) 2023-02-02 14:52:21 +01:00