test: Fix test failure due to unimplemented wrapper method
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
bool isNull() const override;
|
||||
void setWindowTitle(const QString &title) override;
|
||||
QPoint mapTo(View *someAncestor, QPoint pos) const override;
|
||||
bool testAttribute(Qt::WidgetAttribute) const override;
|
||||
void setCursor(Qt::CursorShape) override;
|
||||
|
||||
private:
|
||||
QPointer<QQuickItem> m_item;
|
||||
|
||||
Reference in New Issue
Block a user