diff options
| author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2021-04-12 14:07:04 +0200 |
|---|---|---|
| committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2021-04-13 10:49:02 +0200 |
| commit | 742ecf83e5deded30518328de91af1c296a0aeb6 (patch) | |
| tree | 81edeeb96e2dedee66cf2380b08677c9827e4c9d /src/corelib/io/qwindowspipewriter.cpp | |
| parent | ae3d4b8f6b42da8c38f5146527bd18cab5bb5a95 (diff) | |
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>
Diffstat (limited to 'src/corelib/io/qwindowspipewriter.cpp')
| -rw-r--r-- | src/corelib/io/qwindowspipewriter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qwindowspipewriter.cpp b/src/corelib/io/qwindowspipewriter.cpp index d711528c8f0..4b075549d0d 100644 --- a/src/corelib/io/qwindowspipewriter.cpp +++ b/src/corelib/io/qwindowspipewriter.cpp @@ -183,6 +183,7 @@ void QWindowsPipeWriter::startAsyncWriteLocked() } /*! + \internal Thread pool callback procedure. */ void QWindowsPipeWriter::waitCallback(PTP_CALLBACK_INSTANCE instance, PVOID context, |
