summaryrefslogtreecommitdiff
path: root/Userland/Applications/ThemeEditor/PreviewWidget.h
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2021-08-25 22:37:15 +0200
committerAndreas Kling <kling@serenityos.org>2021-09-12 11:49:52 +0200
commit23137f0a8dbdb03cf995fc28d55ee45cb3a394da (patch)
tree11e62a10cec547bb567ecf3ed9769b3f8a34167e /Userland/Applications/ThemeEditor/PreviewWidget.h
parentf878e4464fba0d4e4ba4c9677316a62479866e21 (diff)
downloadserenity-23137f0a8dbdb03cf995fc28d55ee45cb3a394da.zip
ThemeEditor: Add 'Open file' menu action
Diffstat (limited to 'Userland/Applications/ThemeEditor/PreviewWidget.h')
-rw-r--r--Userland/Applications/ThemeEditor/PreviewWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/ThemeEditor/PreviewWidget.h b/Userland/Applications/ThemeEditor/PreviewWidget.h
index 2a1ab0ca9e..10be2f0339 100644
--- a/Userland/Applications/ThemeEditor/PreviewWidget.h
+++ b/Userland/Applications/ThemeEditor/PreviewWidget.h
@@ -21,6 +21,7 @@ public:
const Gfx::Palette& preview_palette() const { return m_preview_palette; }
void set_preview_palette(const Gfx::Palette&);
+ void set_theme_from_file(String const& path, int fd);
private:
explicit PreviewWidget(const Gfx::Palette&);