QSGOpenVGLayer: Fix compilation
Amends 48c3173338
.
Change-Id: I9b30af689eaa9ca686b8ec2d034866eb4671ec95
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
parent
59d8fa914d
commit
12569460e7
|
@ -83,6 +83,7 @@ public:
|
|||
void setDevicePixelRatio(qreal ratio) override;
|
||||
void setMirrorHorizontal(bool mirror) override;
|
||||
void setMirrorVertical(bool mirror) override;
|
||||
void setSamples(int) override { }
|
||||
|
||||
public slots:
|
||||
void markDirtyTexture() override;
|
||||
|
|
Loading…
Reference in New Issue