Fix build errors

This commit is contained in:
Waqar Ahmed
2022-05-30 17:11:05 +05:00
parent 08dc4540f8
commit 2815a5e84a
3 changed files with 6 additions and 2 deletions

View File

@@ -227,6 +227,7 @@ bool ViewWrapper_qtquick::isMinimized() const
QSize ViewWrapper_qtquick::maximumSize() const
{
if (auto view = unwrap()) {
Q_UNUSED(view)
return maximumSize();
} else {
qFatal("not implemented");