On Thu, 20 May 2010, Christopher Zimmermann wrote:

> after preprocessing it looks like this:
> 
>     void setUseProxy( bool v )
> {
> QSettings( QCoreApplication::organizationName().isEmpty() ?
> "Last.fm" : QCoreApplication::organizationName() ).setValue(
> "ProxyEnabled", v ? "1" : "0" );
> }
> 
> I don't know why, but just adding a return before every
> SharedQSettings( stopped g++ 3.3.5 from complaining.
> 
> Does this help?

That did the trick.

Thank you!
-dav

Reply via email to