1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:57:45 +00:00

Welcome: Replace instances of DeprecatedString with String

This commit is contained in:
thankyouverycool 2023-01-29 08:59:36 -05:00 committed by Linus Groh
parent c216d71b6c
commit bfc08bc84b
2 changed files with 11 additions and 8 deletions

View file

@ -35,5 +35,5 @@ private:
RefPtr<WebView::OutOfProcessWebView> m_web_view;
size_t m_initial_tip_index { 0 };
Vector<DeprecatedString> m_tips;
Vector<String> m_tips;
};