tests: Remove another usage of deprecated asQWidget()

This commit is contained in:
Sergio Martins
2022-04-19 19:14:58 +01:00
parent d5cec9f5de
commit d2b5bedfa1
3 changed files with 10 additions and 1 deletions

View File

@@ -304,3 +304,8 @@ DropArea *ViewWrapper_qtwidgets::asDropArea() const
{
return qobject_cast<DropArea *>(m_widget);
}
QWidget *ViewWrapper_qtwidgets::widget() const
{
return m_widget;
}