1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 03:50:45 +00:00
serenity/Userland/DevTools
Karol Kosek 03a54a519a Userland: Port remaining calls to Widget::set_tooltip_deprecated()
Replaces `set_tooltip_deprecated(string);` with
`set_tooltip(MUST(String::from_deprecated_string(string)));`
purely to get rid of the deprecated function in the following commit.
2023-10-06 08:20:11 +02:00
..
GMLPlayground Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
HackStudio Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
Profiler Userland: Port remaining calls to Widget::set_tooltip_deprecated() 2023-10-06 08:20:11 +02:00
SQLStudio Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
UserspaceEmulator LibCore: Make MappedFile OwnPtr-based 2023-09-27 03:22:56 +02:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00