mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
SystemMonitor: Register GraphWidget
This commit is contained in:
parent
e6fe66594e
commit
abf2ed4c52
5 changed files with 18 additions and 6 deletions
|
@ -11,6 +11,8 @@
|
|||
#include <LibGUI/Frame.h>
|
||||
#include <LibGfx/SystemTheme.h>
|
||||
|
||||
namespace SystemMonitor {
|
||||
|
||||
class GraphWidget final : public GUI::Frame {
|
||||
C_OBJECT(GraphWidget)
|
||||
public:
|
||||
|
@ -46,3 +48,5 @@ private:
|
|||
|
||||
Vector<Gfx::IntPoint, 1> m_calculated_points;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue