mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +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
|
@ -8,10 +8,10 @@ class GTableView;
|
|||
class NetworkStatisticsWidget final : public GWidget {
|
||||
C_OBJECT(NetworkStatisticsWidget)
|
||||
public:
|
||||
explicit NetworkStatisticsWidget(GWidget* parent = nullptr);
|
||||
virtual ~NetworkStatisticsWidget() override;
|
||||
|
||||
private:
|
||||
explicit NetworkStatisticsWidget(GWidget* parent = nullptr);
|
||||
void update_models();
|
||||
|
||||
ObjectPtr<GTableView> m_adapter_table_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue