diff options
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index 7bd6415..402a5d4 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -40,7 +40,9 @@ public: else this->cam.projection = Camera::PERSPECTIVE; } std::string getRendererInfo() const; +#if QT_VERSION >= 0x050000 float getDPI() { return this->devicePixelRatio(); } +#endif bool save(const char *filename); void resetView(); |