src/corelib/tools/qstring.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   614         ushort simpletext : 1;
   614         ushort simpletext : 1;
   615         ushort righttoleft : 1;
   615         ushort righttoleft : 1;
   616         ushort asciiCache : 1;
   616         ushort asciiCache : 1;
   617         ushort capacity : 1;
   617         ushort capacity : 1;
   618         ushort reserved : 11;
   618         ushort reserved : 11;
       
   619         // ### Qt5: try to ensure that "array" is aligned to 16 bytes on both 32- and 64-bit
   619         ushort array[1];
   620         ushort array[1];
   620     };
   621     };
   621     static Data shared_null;
   622     static Data shared_null;
   622     static Data shared_empty;
   623     static Data shared_empty;
   623     Data *d;
   624     Data *d;