Doc: fix paintEvent() function casing
Change-Id: I66ef1c25259499147100413753fdc80b01dc49f6 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>bb10
parent
69c5ddf295
commit
b783c03d19
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue