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>bb10
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…
Reference in New Issue