mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
SystemMonitor: Remove all remaining naked "new" usage
This commit is contained in:
parent
f4b51a63ec
commit
f57cc5873c
7 changed files with 23 additions and 16 deletions
|
@ -7,6 +7,7 @@ class GLabel;
|
|||
class GraphWidget;
|
||||
|
||||
class MemoryStatsWidget final : public GWidget {
|
||||
C_OBJECT(MemoryStatsWidget)
|
||||
public:
|
||||
MemoryStatsWidget(GraphWidget& graph, GWidget* parent);
|
||||
virtual ~MemoryStatsWidget() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue