On Sep 12, 2012, at 12:27 AM, ext André Pönitz <[email protected]> wrote: > Version (a) means the current mess will go on. but it has the > distict charme of (a.1) not breaking anyones existing code and > (a.2) sticking to feature freeze rules.
If somebody porting his app to ARM he will be surprised, because we change qreal to float. Sorry, this is cross platform magic. Actually change qreal explicitly to double is much better, because it is explicit. I would opt for a explicit removal of qreal and exchange it with double! _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
