1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 06:34:59 +00:00

LibGUI: Add MessageBox question icon

This commit is contained in:
Hüseyin ASLITÜRK 2020-05-20 02:16:46 +03:00 committed by Andreas Kling
parent 7fba21aefc
commit 25227ee284
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ public:
Information,
Warning,
Error,
Question
};
enum class InputType {