QT render stack: add a missing default entry. Also committing the missing MO image creation fixes.
This commit is contained in:
@@ -549,6 +549,9 @@ RendererStack::event(QEvent* event)
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
default:
|
||||
return QStackedWidget::event(event);
|
||||
}
|
||||
|
||||
return QStackedWidget::event(event);
|
||||
|
||||
Reference in New Issue
Block a user