SystemMonitor: Register GraphWidget

This commit is contained in:
kleines Filmröllchen
2022-03-18 23:56:04 +01:00
committed by Andreas Kling
parent e6fe66594e
commit abf2ed4c52
Notes: sideshowbarker 2024-07-17 20:33:50 +09:00
5 changed files with 18 additions and 6 deletions

View File

@@ -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);