mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Escalator: Port Escalator to GML Compiler
This commit is contained in:
parent
7d63b8b95f
commit
9507157f04
6 changed files with 35 additions and 10 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <LibGUI/TextBox.h>
|
||||
#include <LibGUI/Window.h>
|
||||
|
||||
namespace Escalator {
|
||||
class EscalatorWindow final : public GUI::Window {
|
||||
C_OBJECT(EscalatorWindow)
|
||||
public:
|
||||
|
@ -49,3 +50,4 @@ private:
|
|||
RefPtr<GUI::Button> m_cancel_button;
|
||||
RefPtr<GUI::PasswordBox> m_password_input;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue