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>
This commit is contained in:
Robin Burchell 2014-09-14 23:45:05 +02:00
parent 0ed68f3f58
commit b4da15a5ef

View File

@ -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;