summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-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 6adbea6da6..47c1f91fb0 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -5189,7 +5189,7 @@ QPointerUniqueId::QPointerUniqueId(qint64 id)
This is the numeric unique ID if the device provides that type of ID;
otherwise it is -1.
*/
-qint64 QPointerUniqueId::numeric()
+qint64 QPointerUniqueId::numeric() const
{
return m_numericId;
}