summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime_p.h
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2014-09-14 23:45:05 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2014-09-16 12:25:25 +0200
commitb4da15a5efbd0b30a90f83de164aaf7d70a2ffad (patch)
tree38ef611d006bb4482b885ed6fb96705805c7ec7d /src/corelib/tools/qdatetime_p.h
parent0ed68f3f58c63bd1496cb268bd83881da180051f (diff)
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 <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib/tools/qdatetime_p.h')
-rw-r--r--src/corelib/tools/qdatetime_p.h3
1 files changed, 3 insertions, 0 deletions
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;