From 145940e1ef8fc8334ff4603a44f7896886e646cb Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 20 Aug 2021 18:25:50 +0200 Subject: Doc: Fix documentation issues for Qt Core * Tag deprecated Q(Multi)Map operators in the header to correctly match them with documentation \fn commands. * Add documentation for QByteArrayView comparison operators. * Add a dummy typedef 'jfieldID' for generating docs correctly on non-Android platforms * Fix other minor issues Pick-to: 6.2 Task-number: QTBUG-95860 Change-Id: I141d2f75d6aa10557aa374201f09ad74b4cd6e81 Reviewed-by: Paul Wicking --- src/corelib/io/qprocess_win.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/io/qprocess_win.cpp') diff --git a/src/corelib/io/qprocess_win.cpp b/src/corelib/io/qprocess_win.cpp index 2daf8b50d7..d5b1bd6f6a 100644 --- a/src/corelib/io/qprocess_win.cpp +++ b/src/corelib/io/qprocess_win.cpp @@ -824,6 +824,7 @@ void QProcessPrivate::findExitCode() } /*! \reimp + \internal */ qint64 QProcess::writeData(const char *data, qint64 len) { -- cgit v1.2.3