mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +00:00
SystemMonitor: Register GraphWidget
This commit is contained in:
parent
e6fe66594e
commit
abf2ed4c52
5 changed files with 18 additions and 6 deletions
|
@ -24,7 +24,7 @@ MemoryStatsWidget* MemoryStatsWidget::the()
|
|||
return s_the;
|
||||
}
|
||||
|
||||
MemoryStatsWidget::MemoryStatsWidget(GraphWidget& graph)
|
||||
MemoryStatsWidget::MemoryStatsWidget(SystemMonitor::GraphWidget& graph)
|
||||
: m_graph(graph)
|
||||
{
|
||||
VERIFY(!s_the);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue