1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:37:36 +00:00

Settings: Remove outdated comment about NonnullPtrVector

This commit is contained in:
Andreas Kling 2023-03-06 18:05:38 +01:00
parent 2973298df1
commit be91020d0b

View file

@ -75,7 +75,6 @@ public:
} }
private: private:
// NonnullRefPtrVector doesn't allow us to quick_sort() it, because its operator[] returns T&.
Vector<NonnullRefPtr<Desktop::AppFile>> m_apps; Vector<NonnullRefPtr<Desktop::AppFile>> m_apps;
}; };