forked from qt-creator/qt-creator
ProcessResult: Get rid of outdated enum values
Change-Id: Ifd7b7db313ebb0ada2d90318145a1ce969a2beff Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -62,11 +62,9 @@ enum class ProcessResult {
|
|||||||
// Finished successfully. Unless an ExitCodeInterpreter is set
|
// Finished successfully. Unless an ExitCodeInterpreter is set
|
||||||
// this corresponds to a return code 0.
|
// this corresponds to a return code 0.
|
||||||
FinishedWithSuccess,
|
FinishedWithSuccess,
|
||||||
Finished = FinishedWithSuccess, // FIXME: Kept to ease downstream transition
|
|
||||||
// Finished unsuccessfully. Unless an ExitCodeInterpreter is set
|
// Finished unsuccessfully. Unless an ExitCodeInterpreter is set
|
||||||
// this corresponds to a return code different from 0.
|
// this corresponds to a return code different from 0.
|
||||||
FinishedWithError,
|
FinishedWithError,
|
||||||
FinishedError = FinishedWithError, // FIXME: Kept to ease downstream transition
|
|
||||||
// Process terminated abnormally (kill)
|
// Process terminated abnormally (kill)
|
||||||
TerminatedAbnormally,
|
TerminatedAbnormally,
|
||||||
// Executable could not be started
|
// Executable could not be started
|
||||||
|
Reference in New Issue
Block a user