mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
Calculator: Convert DeprecatedString to String
This commit is contained in:
parent
9677d8eeac
commit
6b72fc0924
4 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ class CalculatorWidget final : public GUI::Widget {
|
|||
C_OBJECT(CalculatorWidget)
|
||||
public:
|
||||
virtual ~CalculatorWidget() override = default;
|
||||
DeprecatedString get_entry();
|
||||
String get_entry();
|
||||
void set_entry(Crypto::BigFraction);
|
||||
void set_typed_entry(Crypto::BigFraction);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue