summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2016-12-09 12:34:33 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-09 18:23:48 +0000
commit5b8957247f5e2845dd9f59545ba567d051c4e436 (patch)
tree56cd789ba047b93f9eaf2c3d3411c33f04629f31
parenta76579d95654c75228058bbc62df9b9c7dc04d9b (diff)
Doc: QPointingDeviceUniqueId: Fix documentation warning
Fix the following warning by adding a const qualifier: warning: No documentation for 'QPointingDeviceUniqueId::isValid()' Change-Id: I1ebeda8f45e88efb7cb844b67409352c695e6354 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-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 b198fa0832..219f782737 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -5216,7 +5216,7 @@ QPointingDeviceUniqueId QPointingDeviceUniqueId::fromNumericId(qint64 id)
}
/*!
- \fn bool QPointingDeviceUniqueId::isValid()
+ \fn bool QPointingDeviceUniqueId::isValid() const
Returns whether this unique pointer ID is valid, that is, it represents an actual
pointer.