From a658d26d84d1fa2b45d8e39d45cf93040a384603 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 4 Apr 2013 17:54:56 +0200 Subject: EglFS: allow the hook to override logicalDpi() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-29674 Change-Id: Id88a8735ceb7f5bcb63344b3b0653486a6caa70d Reviewed-by: Samuel Rødal Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/plugins/platforms/eglfs/qeglfsscreen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms/eglfs/qeglfsscreen.h') diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.h b/src/plugins/platforms/eglfs/qeglfsscreen.h index 8d3c5dbaec..298a67cd3a 100644 --- a/src/plugins/platforms/eglfs/qeglfsscreen.h +++ b/src/plugins/platforms/eglfs/qeglfsscreen.h @@ -64,6 +64,7 @@ public: QImage::Format format() const; QSizeF physicalSize() const; + QDpi logicalDpi() const; QPlatformCursor *cursor() const; -- cgit v1.2.3