Doc: fix paintEvent() function casing

Change-Id: I66ef1c25259499147100413753fdc80b01dc49f6
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
bb10
Mitch Curtis 2017-07-10 16:34:15 +02:00
parent 69c5ddf295
commit b783c03d19
1 changed files with 1 additions and 1 deletions

View File

@ -9664,7 +9664,7 @@ void QWidget::leaveEvent(QEvent *)
\note Generally, you should refrain from calling update() or repaint()
\b{inside} a paintEvent(). For example, calling update() or repaint() on
children inside a paintevent() results in undefined behavior; the child may
children inside a paintEvent() results in undefined behavior; the child may
or may not get a paint event.
\warning If you are using a custom paint engine without Qt's backingstore,