Remove qFatal from ViewWrapper_qtquick::setAttribute()
It's ok to be a no-op
This commit is contained in:
@@ -85,7 +85,7 @@ void ViewWrapper::setFlag(Qt::WindowType, bool)
|
||||
|
||||
void ViewWrapper::setAttribute(Qt::WidgetAttribute, bool)
|
||||
{
|
||||
qFatal("Not implemented");
|
||||
// Not relevant to QtQuick
|
||||
}
|
||||
|
||||
Qt::WindowFlags ViewWrapper::flags() const
|
||||
|
||||
Reference in New Issue
Block a user