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:
parent
3fc0350caf
commit
2f2671f2d3
3 changed files with 58 additions and 0 deletions
|
@ -79,6 +79,7 @@ set(SOURCES
|
|||
PasswordInputDialog.cpp
|
||||
PasswordInputDialogGML.h
|
||||
PersistentModelIndex.cpp
|
||||
Process.cpp
|
||||
ProcessChooser.cpp
|
||||
Progressbar.cpp
|
||||
RadioButton.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue