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:
parent
0ed68f3f58
commit
b4da15a5ef
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user