1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/DevTools/HackStudio/Dialogs
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
..
Git LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
NewProjectDialog.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
NewProjectDialog.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
NewProjectDialog.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectTemplatesModel.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
ProjectTemplatesModel.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00