summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsscreen.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@digia.com>2013-04-04 17:54:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-05 16:25:59 +0200
commita658d26d84d1fa2b45d8e39d45cf93040a384603 (patch)
tree8cfe3910e9264fbf613280e11fdb57650e65baf8 /src/plugins/platforms/eglfs/qeglfsscreen.h
parent9b7c66ac7f0ed3c240ccbabe2b460d7ad4171749 (diff)
EglFS: allow the hook to override logicalDpi()
Task-number: QTBUG-29674 Change-Id: Id88a8735ceb7f5bcb63344b3b0653486a6caa70d Reviewed-by: Samuel Rødal <samuel.rodal@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs/qeglfsscreen.h')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.h1
1 files changed, 1 insertions, 0 deletions
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;