Compile fix (region is an accessor now, not a public member variable).
parent
4efaf305f5
commit
0235b9d0a6
|
|
@ -382,7 +382,7 @@ void QWidgetWindow::handleDragEvent(QEvent *event)
|
|||
|
||||
void QWidgetWindow::handleExposeEvent(QExposeEvent *event)
|
||||
{
|
||||
m_widget->d_func()->syncBackingStore(event->region);
|
||||
m_widget->d_func()->syncBackingStore(event->region());
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue