mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibGUI: Add deprecated suffix to {set_,}tooltip in Widget
This commit is contained in:
parent
9b1e33af69
commit
d978dd4af8
32 changed files with 56 additions and 56 deletions
|
@ -62,7 +62,7 @@ private:
|
|||
m_adapter_info = adapter_info;
|
||||
}
|
||||
|
||||
set_tooltip(m_adapter_info);
|
||||
set_tooltip_deprecated(m_adapter_info);
|
||||
|
||||
if (m_connected)
|
||||
NetworkWidget::set_bitmap(m_connected_icon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue