summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindowsysteminterface.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-21 23:55:58 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-22 06:01:02 +0200
commit1e2325f0dc39df3c91b7d74c7837961a0e12884e (patch)
treeafa2f73d70c14c0e7744af7daac15411163a285a /src/gui/kernel/qwindowsysteminterface.cpp
parent19da4897afc6338d8ea6711d3e2b26afc3d3b3e3 (diff)
Fix some qdoc warnings: typos and qdoc syntax
Change-Id: Idf5c1490330e0f2e5d4bcf920eb03fc9993b3c8a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/kernel/qwindowsysteminterface.cpp')
-rw-r--r--src/gui/kernel/qwindowsysteminterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindowsysteminterface.cpp b/src/gui/kernel/qwindowsysteminterface.cpp
index 6cfcce04bf..7da812f64d 100644
--- a/src/gui/kernel/qwindowsysteminterface.cpp
+++ b/src/gui/kernel/qwindowsysteminterface.cpp
@@ -633,7 +633,7 @@ void QWindowSystemInterface::registerInputDevice(const QInputDevice *device)
/*!
\internal
Convert a list of \l QWindowSystemInterface::TouchPoint \a points to a list
- of \em temporary QEventPoint instances, scaled (but not localized)
+ of \e temporary QEventPoint instances, scaled (but not localized)
for delivery to the given \a window.
This is called from QWindowSystemInterface::handleTouchEvent():