devicePixelRatio() is reported to not exist before Qt-5.0.2

issue680^2
Marius Kintel 2014-03-01 15:14:05 -05:00
parent 43088239e0
commit 52ceb71444
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public:
else this->cam.projection = Camera::PERSPECTIVE;
}
std::string getRendererInfo() const;
#if QT_VERSION >= 0x050000
#if QT_VERSION >= 0x050001
float getDPI() { return this->devicePixelRatio(); }
#endif
bool save(const char *filename);