mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +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
|
@ -36,11 +36,12 @@
|
|||
#include <LibGUI/ModelEditingDelegate.h>
|
||||
#include <LibGUI/ProcessChooser.h>
|
||||
#include <LibGUI/Splitter.h>
|
||||
#include <LibGUI/TableView.h>
|
||||
#include <LibGUI/TreeView.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <stdio.h>
|
||||
|
||||
using namespace Inspector;
|
||||
|
||||
[[noreturn]] static void print_usage_and_exit()
|
||||
{
|
||||
printf("usage: Inspector <pid>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue