mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
LibGUI: Convert custom widgets and subclasses to ObjectPtr
This commit is contained in:
parent
15a66dc8ab
commit
defafd72bc
30 changed files with 57 additions and 47 deletions
|
@ -4,6 +4,7 @@
|
|||
#include <LibGUI/GButton.h>
|
||||
|
||||
class TaskbarButton final : public GButton {
|
||||
C_OBJECT(TaskbarButton)
|
||||
public:
|
||||
TaskbarButton(const WindowIdentifier&, GWidget* parent);
|
||||
virtual ~TaskbarButton() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue