wasm: Ifdef out unused function systemHasStderr

Pick-to: 6.8
Change-Id: Ifae799d62668382c93ef85826b397f4a9d3e4199
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Tor Arne Vestbø 2024-08-26 18:34:09 +02:00
parent 54515b2576
commit 09681d46f4

View File

@ -219,6 +219,8 @@ static bool isFatal(QtMsgType msgType)
return false;
}
#ifndef Q_OS_WASM
/*!
Returns true if writing to \c stderr is supported.
@ -230,8 +232,6 @@ static bool systemHasStderr()
return true;
}
#ifndef Q_OS_WASM
/*!
Returns true if writing to \c stderr will end up in a console/terminal visible to the user.