move qprocess changelog entry to windows section

Change-Id: I0b0475ddd72491cf7b2cef304c434d2311640b84
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2014-01-23 17:13:21 +01:00 committed by The Qt Project
parent e976d67205
commit cb60f9f13a

6
dist/changes-5.2.1 vendored
View File

@ -44,10 +44,6 @@ QtCore
U+2212.
- Fixed sign conversion warnings in code using QMetaTypeId.
- QProcess:
* [QTBUG-35357] Fixed a regression from Qt4 in QProcess that
prevented altering the pipe modes of stdin in the child process.
- QTemporaryDir:
* Fixed a bug in QTemporaryDir name generator that dramatically reduced
randomness of the name.
@ -141,6 +137,8 @@ Windows
taskbar
- [QTBUG-34799] Updated QWidgetBackingStore and the Windows
implementation to support Qt::WA_StaticContents.
- [QTBUG-35357] Fixed a regression from Qt4 in QProcess that
prevented altering the pipe modes of stdin in the child process.
****************************************************************************