mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
LibGUI: Add forwarding header
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 09:16:44 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2143da6434d
@@ -28,6 +28,11 @@
|
||||
#include <LibCore/File.h>
|
||||
#include <string.h>
|
||||
|
||||
ProjectFile::ProjectFile(const String& name)
|
||||
: m_name(name)
|
||||
{
|
||||
}
|
||||
|
||||
const GUI::TextDocument& ProjectFile::document() const
|
||||
{
|
||||
if (!m_document) {
|
||||
|
||||
Reference in New Issue
Block a user