Merge pull request #10995 from AndrewMeadows/fix-debug-build

fix broken debug build
This commit is contained in:
Brad Davis 2017-07-18 16:00:18 -07:00 committed by GitHub
commit 43476afff5

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;
};