Silence qdoc warnings

These are internal APIs, so silence qdoc which seems to get confused
by the missing CALLBACK annotation in the implementation.

Change-Id: Iddd9f87257843cc3d43597fe7e6c103aa5e1a646
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
bb10
Volker Hilsheimer 2021-04-12 14:07:04 +02:00
parent ae3d4b8f6b
commit 742ecf83e5
2 changed files with 3 additions and 0 deletions

View File

@ -307,6 +307,8 @@ void QWindowsPipeReader::startAsyncReadLocked()
}
/*!
\internal
Thread pool callback procedure.
*/
void QWindowsPipeReader::waitCallback(PTP_CALLBACK_INSTANCE instance, PVOID context,

View File

@ -183,6 +183,7 @@ void QWindowsPipeWriter::startAsyncWriteLocked()
}
/*!
\internal
Thread pool callback procedure.
*/
void QWindowsPipeWriter::waitCallback(PTP_CALLBACK_INSTANCE instance, PVOID context,