On 20 janv. 2014, at 22:40, Thiago Macieira <[email protected]> wrote:
> On segunda-feira, 20 de janeiro de 2014 22:21:54, Samuel Gaist wrote: >> On 20 janv. 2014, at 21:59, Thiago Macieira <[email protected]> > wrote: >>>> QtCore >>>> ------ >>>> >>>> - [QTBUG-35069] Fixed a bug that caused negative number input using '-' >>>> to >>>> >>>> be rejected because the current locale uses e.g. 0x2212. QIntValidator >>>> and QDoubleValidator now accepts both signs as well as the locale minus >>>> sign. >>> >>> Neither class is in QtCore. I'm moving this to QtWidgets. >> >> Hi, >> >> shouldn't the major area be the place where the fix is ? >> >> Here the "side effect" is that it solves a problem reported in QtWidgets. >> >> In that case, my log message might not be clear enough > > It should be where the fix is visible, what code gets affected. Does this > affect > QLocale too? If so, then I can leave it in the QtCore part and just add the > extra info. > > -- Yes it does, with that, QLocale supports the various possible negative signs _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
