mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +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
|
@ -31,6 +31,8 @@
|
|||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/Model.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
||||
class RemoteObject;
|
||||
|
||||
class RemoteObjectPropertyModel final : public GUI::Model {
|
||||
|
@ -66,3 +68,5 @@ private:
|
|||
RemoteObject& m_object;
|
||||
mutable NonnullOwnPtrVector<JsonPath> m_paths;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue