fix debug build: stub pure virtual function

This commit is contained in:
Andrew Meadows 2017-07-18 15:57:00 -07:00
parent 18be917358
commit 8dafc30bf9

View file

@ -19,6 +19,7 @@ public:
bool hasFocus() const override;
void submitFrame(const gpu::FramePointer& newFrame) override;
QImage getScreenshot(float aspectRatio = 0.0f) const override;
void copyTextureToQuickFramebuffer(NetworkTexturePointer source, QOpenGLFramebufferObject* target, GLsync* fenceSync) override {};
private:
static const QString NAME;
};