1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:17:35 +00:00

LibGUI: Add some missing class_name() overrides to GDialog and subclasses.

This commit is contained in:
Andreas Kling 2019-05-08 22:10:00 +02:00
parent de98b2770b
commit 364769c11c
4 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#include <LibGUI/GWindow.h>
#include <LibGUI/GDialog.h>
class GFilePicker final : public GWindow {
class GFilePicker final : public GDialog {
public:
GFilePicker();
virtual ~GFilePicker() override;