From b4da15a5efbd0b30a90f83de164aaf7d70a2ffad Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Sun, 14 Sep 2014 23:45:05 +0200 Subject: QDateTimePrivate: Add a note about wasted space And a comment to fix it when the tooling situation improves. Change-Id: I79781da18a36d4e11cede8477f90f216e08bffe2 Reviewed-by: Lars Knoll --- src/corelib/tools/qdatetime_p.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/corelib/tools/qdatetime_p.h b/src/corelib/tools/qdatetime_p.h index 70771844d6..ad1309ac7c 100644 --- a/src/corelib/tools/qdatetime_p.h +++ b/src/corelib/tools/qdatetime_p.h @@ -119,6 +119,9 @@ public: m_status(other.m_status) {} + // ### XXX: when the tooling situation improves, look at fixing the padding. + // 4 bytes padding + qint64 m_msecs; Qt::TimeSpec m_spec; int m_offsetFromUtc; -- cgit v1.2.3