Remove more usages of asQWidget()

This commit is contained in:
Sergio Martins
2022-04-20 23:07:16 +01:00
parent 38df31e99f
commit 2f59fb197b
9 changed files with 18 additions and 12 deletions

View File

@@ -212,3 +212,8 @@ bool ViewWrapper_qtquick::isNull() const
{
return m_item.data() == nullptr;
}
void ViewWrapper_qtquick::setWindowTitle(const QString &)
{
}