1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

Browser: Avoid ninja-import of global variable

This commit is contained in:
Ben Wiederhake 2020-08-10 22:46:23 +02:00 committed by Andreas Kling
parent 7893871d5a
commit 84e112be6b
4 changed files with 39 additions and 3 deletions

View file

@ -111,4 +111,6 @@ private:
RefPtr<const Gfx::Bitmap> m_icon;
};
URL url_from_user_input(const String& input);
}