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

LibGUI: Add GUI::Dialog to the LibGUI forwarding header

This commit is contained in:
Timothy Flynn 2022-11-15 20:30:01 -05:00 committed by Linus Groh
parent 364f44d7d8
commit db4fa36b58

View file

@ -23,6 +23,7 @@ class CheckBox;
class ComboBox;
class Command;
class CommandPalette;
class Dialog;
class DialogButton;
class DragEvent;
class DropEvent;