mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-14 19:06:35 +02:00
HackStudio: Move everything into the HackStudio namespace
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 03:29:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c0462c65cfb
@@ -28,6 +28,8 @@
|
||||
#include <LibCore/File.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
ProjectFile::ProjectFile(const String& name)
|
||||
: m_name(name)
|
||||
{
|
||||
@@ -45,3 +47,5 @@ const GUI::TextDocument& ProjectFile::document() const
|
||||
}
|
||||
return *m_document;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user