mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibGUI: Remove deprecated text and set_text functions in AbstractButton
This moves the functions to lambda when registering a property. External code can now only communicate using the new String API.
This commit is contained in:
parent
e39adc4772
commit
14951b92ca
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/krkk
Commit: 14951b92ca
Pull-request: https://github.com/SerenityOS/serenity/pull/17454
Reviewed-by: https://github.com/linusg ✅
8 changed files with 8 additions and 30 deletions
|
@ -30,7 +30,6 @@ public:
|
|||
void set_checkbox_position(CheckBoxPosition value) { m_checkbox_position = value; }
|
||||
|
||||
protected:
|
||||
explicit CheckBox(DeprecatedString);
|
||||
explicit CheckBox(String = {});
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue