mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
SystemMonitor: Register GraphWidget
This commit is contained in:
committed by
Andreas Kling
parent
e6fe66594e
commit
abf2ed4c52
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/abf2ed4c52 Pull-request: https://github.com/SerenityOS/serenity/pull/13125
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user