mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:17:35 +00:00
LibGUI+Userland: Port StatusBar::set_override_text() to String
This commit is contained in:
parent
5234a30731
commit
92ff12a0d0
8 changed files with 17 additions and 17 deletions
|
@ -22,7 +22,7 @@ public:
|
|||
String text(size_t index = 0) const;
|
||||
void set_text(String);
|
||||
void set_text(size_t index, String);
|
||||
void set_override_text(DeprecatedString);
|
||||
void set_override_text(Optional<String>);
|
||||
|
||||
class Segment final : public Button {
|
||||
C_OBJECT(Segment)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue