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

@@ -141,11 +141,6 @@ Qt::WindowFlags ViewWrapper::flags() const
return {};
}
void ViewWrapper::setWindowTitle(const QString &)
{
qFatal("Not implemented");
}
void ViewWrapper::setWindowIcon(const QIcon &)
{
qFatal("Not implemented");