summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-12-07 23:21:04 +0100
committerMarc Mutz <marc.mutz@qt.io>2023-12-13 04:47:41 +0100
commit04d0c4e81cef0bb649ae839b6a9b290745408d95 (patch)
tree1e394828f70676eb933ab1fe5b2f7879946ea397 /src/corelib/kernel
parent1c592199afa77247df84d66fc92a8455dd6ce988 (diff)
[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. Pick-to: 6.7 6.6 Change-Id: I73fdfe69d4158977a6a80eb2a5e790ada09fe85a Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qdeadlinetimer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/kernel/qdeadlinetimer.cpp b/src/corelib/kernel/qdeadlinetimer.cpp
index 731ff4e9e1..f2f182274a 100644
--- a/src/corelib/kernel/qdeadlinetimer.cpp
+++ b/src/corelib/kernel/qdeadlinetimer.cpp
@@ -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