Re: [Development] QLocale private members
On domingo, 4 de março de 2012 23.49.03, John Layt wrote: > In the QLocale header we have the following code: > > //private: > // this should be private, but can't be > struct Data { > quint16 index; > quint16 numberOptions; > }; > private: >
[Development] QLocale private members
Hi, In the QLocale header we have the following code: //private: // this should be private, but can't be struct Data { quint16 index; quint16 numberOptions; }; private: friend struct QLocalePrivate; // ### We now use this field t