From b4cf1a712b0cf7d1cc511187fcbef75a5373aa99 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 28 May 2021 03:27:39 +0300 Subject: [PATCH] remove win leftovers Signed-off-by: Ivailo Monev --- src/core/io/qprocess.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/core/io/qprocess.cpp b/src/core/io/qprocess.cpp index c88804063..9f8a6b221 100644 --- a/src/core/io/qprocess.cpp +++ b/src/core/io/qprocess.cpp @@ -105,14 +105,6 @@ QT_BEGIN_NAMESPACE QProcessEnvironment. This class only supports names and values that are encodable by the current locale settings (see QTextCodec::codecForLocale). - On Windows, the variable names are case-insensitive. Therefore, - QProcessEnvironment will always uppercase the names and do case-insensitive - comparisons. - - On Windows CE, the concept of environment does not exist. This class will - keep the values set for compatibility with other platforms, but the values - set will have no effect on the processes being created. - \sa QProcess, QProcess::systemEnvironment(), QProcess::setProcessEnvironment() */ -- 2.11.0