From 5f43d665d803b52f66d8763efb736db75fd11228 Mon Sep 17 00:00:00 2001 From: Weng Xuetian Date: Tue, 12 May 2020 12:36:36 -0700 Subject: Remove the deprecated m_logicalDpi declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d9d59f010874e5a45084afcf55640078d5eba24 Reviewed-by: Morten Johan Sørvig --- src/gui/kernel/qhighdpiscaling_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/kernel/qhighdpiscaling_p.h b/src/gui/kernel/qhighdpiscaling_p.h index 0a4fb630f6..3a3983387c 100644 --- a/src/gui/kernel/qhighdpiscaling_p.h +++ b/src/gui/kernel/qhighdpiscaling_p.h @@ -138,7 +138,6 @@ private: static bool m_platformPluginDpiScalingActive; static bool m_globalScalingActive; static bool m_screenFactorSet; - static QDpi m_logicalDpi; }; namespace QHighDpi { -- cgit v1.2.3