fix test interface

This commit is contained in:
Zach Pomerantz 2016-10-28 14:57:18 -07:00
parent be23668ca8
commit e2826d311f

View file

@ -425,6 +425,7 @@ protected:
return vec3();
}
bool isAboutToQuit() const override { return false; }
void postLambdaEvent(std::function<void()> f) override {}
qreal getDevicePixelRatio() override {