forked from qt-creator/qt-creator
ProjectExplorer: Remove redundant MakeStep::{is,set}Clean()
This was only used for setIgnoreReturnValue(), which can be done directly and also does not need to be stored in the settings. Change-Id: I7419efe66d164b223463e19c3daf2350b4a2bae4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -143,8 +143,6 @@ bool AbstractProcessStep::ignoreReturnValue() const
|
||||
/*!
|
||||
If \a ignoreReturnValue is set to true, then the abstractprocess step will
|
||||
return success even if the return value indicates otherwise.
|
||||
|
||||
Should be called from init.
|
||||
*/
|
||||
|
||||
void AbstractProcessStep::setIgnoreReturnValue(bool b)
|
||||
|
||||
Reference in New Issue
Block a user