[docs] QDeadlineTimer: remove docs of a function that exists no more

The _q_data() function was removed before 6.6, but the docs
remained. Presumably qdoc doesn't care about non-existing \internal
\fn's.

Found while hunting for QPair uses to eliminate.

Amends eac30fcb827e9bb1372e46290c060c833bd8ea67.

Change-Id: I73fdfe69d4158977a6a80eb2a5e790ada09fe85a
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
(cherry picked from commit 04d0c4e81cef0bb649ae839b6a9b290745408d95)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit eab3faad6c78c14d2c30c7ca66ca7cbaadc63228)
This commit is contained in:
Marc Mutz 2023-12-07 23:21:04 +01:00 committed by Qt Cherry-pick Bot
parent 8aad42ea47
commit 54efd2e09f

View File

@ -748,9 +748,4 @@ QDeadlineTimer operator+(QDeadlineTimer dt, qint64 msecs)
Returns the time remaining before the deadline.
*/
/*!
\fn QPair<qint64, unsigned> QDeadlineTimer::_q_data() const
\internal
*/
QT_END_NAMESPACE