mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 05:25:09 +00:00
Inspector: Move everything into the Inspector namespace
This commit is contained in:
parent
3843561a7e
commit
9bcc168b9b
9 changed files with 34 additions and 1 deletions
|
@ -32,6 +32,8 @@
|
|||
#include <LibGUI/Application.h>
|
||||
#include <stdio.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
||||
RemoteObjectGraphModel::RemoteObjectGraphModel(RemoteProcess& process)
|
||||
: m_process(process)
|
||||
{
|
||||
|
@ -118,3 +120,5 @@ void RemoteObjectGraphModel::update()
|
|||
{
|
||||
did_update();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue