Summary: | exit status nit passed with signal processExited() | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Christian "Crischan" Wygoda <linux> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian "Crischan" Wygoda
2005-03-29 14:19:36 UTC
It is possible no one has needed/asked for the exit code in konsole_part before. What 3 lines of code are needed for this to work? There is now (kde 3.5) processExited( KProcess * ) signal in konsole part. The obtained KProcess pointer can be used within the signal handler to obtain exit status of the process. However, it is not guaranteed to remain valid after your slot returns, so please keep that in mind. |