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

LibGUI: Add GUI::Process::spawn_or_show_error()

This is a wrapper around Core::Process::spawn() for GUI applications,
that shows an error if the call to spawn() failed.
This commit is contained in:
MacDue 2022-05-11 19:39:03 +01:00 committed by Linus Groh
parent 3fc0350caf
commit 2f2671f2d3
3 changed files with 58 additions and 0 deletions

View file

@ -79,6 +79,7 @@ set(SOURCES
PasswordInputDialog.cpp
PasswordInputDialogGML.h
PersistentModelIndex.cpp
Process.cpp
ProcessChooser.cpp
Progressbar.cpp
RadioButton.cpp