[Qt-creator] QtCreator 4.2 and #define name generation during creating new class
Tomasz Siekierda
sierdzio at gmail.com
Thu Dec 29 14:13:16 CET 2016
On 14 December 2016 at 15:38, Oleg Shalnev <oleg.shalnev at gmail.com> wrote:
>
> Good day, all in the list.
>
> Many times QtCreator generate correct #define name with full namespace during class creation.
>
> #ifndef SOMENAMESPACE1_NAMESPACE2_CLASSNAME_h
>
> #define SOMENAMESPACE1_NAMESPACE2_CLASSNAME_h
>
>
> What had happened with this old feature in 4.2 ?
I think a decision was made (here on this list) to use #pragma
instead, maybe it's been integrated already.
More information about the Qt-creator
mailing list