mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
This commit is contained in:
parent
f31a9e9374
commit
ee5838084d
12 changed files with 21 additions and 21 deletions
|
@ -18,7 +18,7 @@ namespace GUI {
|
|||
GroupBox::GroupBox(StringView title)
|
||||
: m_title(title)
|
||||
{
|
||||
REGISTER_STRING_PROPERTY("title", title, set_title);
|
||||
REGISTER_DEPRECATED_STRING_PROPERTY("title", title, set_title);
|
||||
}
|
||||
|
||||
Margins GroupBox::content_margins() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue