summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-24 12:06:36 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-25 04:42:27 +0200
commitca6ac03845dd5882940f50b667035692b6fd94c5 (patch)
tree70b7cc8ccf92c73436f7353f045d25e8985d77ad /src/gui/kernel
parent5471180f2b72581e21d94e0b84af9d7862b333b4 (diff)
Fix some qdoc warnings: undocumented parameters
Change-Id: I5d37f620caccbd1445c99a602b71779bdedd37d3 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 377a13153a..322e5aeb31 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -345,7 +345,7 @@ ulong QEventPoint::lastTimestamp() const
{ return d->lastTimestamp; }
/*!
- Sets the accepted state of the point.
+ Sets the accepted state of the point to \a accepted.
In widget-based applications, this function is not used so far, because
it's only meaningful for a widget to accept or reject a complete QInputEvent.