cancel
Showing results for 
Search instead for 
Did you mean: 

"using namespace touchgfx;" in FrontendApplication.hpp and ScreenPresenter.hpp

ferro
Senior III

Dear Gfx Team,

GfxDesigner generates header files with line "using namespace touchgfx;"

Code still compiles without it. Could these be removed ?

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
LouisB
ST Employee

Hello @ferro ,

We are planning to remove this in a future version, if you remove this then I recommend you to do:

 

 

namespace touchgfx
{
    class FrontendApplication ...
}

 


Best regards,

Louis BOUDO
ST Software Developer | TouchGFX

View solution in original post

1 REPLY 1
LouisB
ST Employee

Hello @ferro ,

We are planning to remove this in a future version, if you remove this then I recommend you to do:

 

 

namespace touchgfx
{
    class FrontendApplication ...
}

 


Best regards,

Louis BOUDO
ST Software Developer | TouchGFX