Re: [Development] QLog ( Work on qDebug and friends)

2012-02-19 Thread Lincoln Ramsay
On 02/17/2012 06:23 PM, ext David Faure wrote: Yes, end users don't like debug statements polluting their terminals and session log file. With the above reasoning, we could just keep saying do not use qDebug in committed code and the problem would be fixed. But in the case where developers

Re: [Development] Changing qreal to a float

2012-02-19 Thread Lincoln Ramsay
On 02/17/2012 09:58 PM, ext lars.kn...@nokia.com wrote: On the idea itself I'd like to hear some more opinions. Removing qreal would cause some SC breakage, but you would also get a compile error on places that could break. Unfortunately the signal to noise ratio would most likely be pretty

Re: [Development] Changing qreal to a float

2012-02-19 Thread Craig.Scott
On 20/02/2012, at 1:29 PM, Lincoln Ramsay wrote: On 02/17/2012 09:58 PM, ext lars.kn...@nokia.com wrote: On the idea itself I'd like to hear some more opinions. Removing qreal would cause some SC breakage, but you would also get a compile error on places that could break. Unfortunately the