wasm: Ifdef out unused function systemHasStderr
Change-Id: Ifae799d62668382c93ef85826b397f4a9d3e4199 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 09681d46f4cd17b2e78c93ff7da9e030f0ce6e0e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
28abd01732
commit
cf0b87c7c2
@ -219,6 +219,8 @@ static bool isFatal(QtMsgType msgType)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef Q_OS_WASM
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns true if writing to \c stderr is supported.
|
Returns true if writing to \c stderr is supported.
|
||||||
|
|
||||||
@ -230,8 +232,6 @@ static bool systemHasStderr()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef Q_OS_WASM
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns true if writing to \c stderr will end up in a console/terminal visible to the user.
|
Returns true if writing to \c stderr will end up in a console/terminal visible to the user.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user