mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:17:36 +00:00
GMLPlayground: Handle drop events
This commit is contained in:
parent
8c00e57f56
commit
5fd4d34880
2 changed files with 33 additions and 0 deletions
|
@ -30,6 +30,9 @@ public:
|
|||
GUI::TextEditor& editor() const { return *m_editor; }
|
||||
|
||||
private:
|
||||
virtual void drag_enter_event(GUI::DragEvent&) override;
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
RefPtr<GUI::Action> m_save_action;
|
||||
RefPtr<GUI::TextEditor> m_editor;
|
||||
RefPtr<GUI::Toolbar> m_toolbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue