[Qt-creator] Problems using c++11 features

Sergey Shambir sergey.shambir.auto at gmail.com
Thu Apr 4 08:01:42 CEST 2013


Hi, Wilhelm

For first problem, there are options in code style settings (tab 
Pointers&References).

04.04.2013 08:33, Wilhelm пишет:
> Hi again,
>
> (I write this as top-post because of something new)
>
> besides the template-stuff (see below) a very annoying feature is the
> re-formating of the reference-symbol if function-definitions are added
> automatically:
>
> a declaration of
>
> Class& Class(const Class& other);
>
> gives the definition
>
> Class &Class(const Class &other)
> {
> }
>



More information about the Qt-creator mailing list