From 8476271eda29b5b60047af3a99b1536ace5fd8f6 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 21 Jun 2018 16:29:20 +0200 Subject: Doc: Fix typo in Scribble example Task-number: QTBUG-68549 Change-Id: Ib83d3297e2ebefe6f42799a14dde35411a8ec120 Reviewed-by: Jesus Fernandez --- examples/widgets/doc/src/scribble.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/widgets/doc') 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 -- cgit v1.2.3