mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:57:42 +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
|
@ -27,6 +27,8 @@
|
|||
#include "RemoteObject.h"
|
||||
#include "RemoteObjectPropertyModel.h"
|
||||
|
||||
namespace Inspector {
|
||||
|
||||
RemoteObject::RemoteObject()
|
||||
: m_property_model(RemoteObjectPropertyModel::create(*this))
|
||||
{
|
||||
|
@ -37,3 +39,5 @@ RemoteObjectPropertyModel& RemoteObject::property_model()
|
|||
m_property_model->update();
|
||||
return *m_property_model;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue