summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-21 16:29:20 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-21 14:35:01 +0000
commit8476271eda29b5b60047af3a99b1536ace5fd8f6 (patch)
treed55b6397bcb5468994b0e10b4de6ff71397cf6c3 /examples
parent8bd73ad989e5850b48941c7d286181c6b394b05a (diff)
Doc: Fix typo in Scribble example
Task-number: QTBUG-68549 Change-Id: Ib83d3297e2ebefe6f42799a14dde35411a8ec120 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/doc/src/scribble.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/scribble.qdoc b/examples/widgets/doc/src/scribble.qdoc
index 3b1f8dc895..ca79431334 100644
--- a/examples/widgets/doc/src/scribble.qdoc
+++ b/examples/widgets/doc/src/scribble.qdoc
@@ -149,7 +149,7 @@
For mouse press and mouse release events, we use the
QMouseEvent::button() function to find out which button caused
- the event. For mose move events, we use QMouseEvent::buttons()
+ the event. For mouse move events, we use QMouseEvent::buttons()
to find which buttons are currently held down (as an OR-combination).
If the users press the left mouse button, we store the position