summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qhighdpiscaling_p.h
diff options
context:
space:
mode:
authorWeng Xuetian <wengxt@gmail.com>2020-05-12 12:36:36 -0700
committerWeng Xuetian <wengxt@gmail.com>2020-12-08 10:01:24 -0800
commit5f43d665d803b52f66d8763efb736db75fd11228 (patch)
tree4d977cee23cce38d13a5c00604494c4717f1d7ed /src/gui/kernel/qhighdpiscaling_p.h
parentfdc687913df2dbd92c7469082690381fea55e628 (diff)
Remove the deprecated m_logicalDpi declaration
Change-Id: I8d9d59f010874e5a45084afcf55640078d5eba24 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'src/gui/kernel/qhighdpiscaling_p.h')
-rw-r--r--src/gui/kernel/qhighdpiscaling_p.h1
1 files changed, 0 insertions, 1 deletions
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 {