1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 11:28:11 +00:00

LibGUI: Add deprecated suffix to {set_,}tooltip in Widget

This commit is contained in:
camc 2023-08-01 19:31:54 +01:00 committed by Sam Atkins
parent 9b1e33af69
commit d978dd4af8
32 changed files with 56 additions and 56 deletions

View file

@ -107,7 +107,7 @@ private:
default:
VERIFY_NOT_REACHED();
}
set_tooltip(m_tooltip);
set_tooltip_deprecated(m_tooltip);
update();
}