tests: Port more tests away from asQWidget()
This commit is contained in:
@@ -290,6 +290,11 @@ QString ViewWrapper_qtwidgets::objectName() const
|
||||
return m_widget->QWidget::objectName();
|
||||
}
|
||||
|
||||
QVariant ViewWrapper_qtwidgets::property(const char *name) const
|
||||
{
|
||||
return m_widget->property(name);
|
||||
}
|
||||
|
||||
bool ViewWrapper_qtwidgets::isNull() const
|
||||
{
|
||||
return m_widget.data() == nullptr;
|
||||
|
||||
Reference in New Issue
Block a user