2024-10-03 06:33 AM
Dear Gfx Team,
GfxDesigner generates header files with line "using namespace touchgfx;"
Code still compiles without it. Could these be removed ?
Thanks
Solved! Go to Solution.
2024-10-03 07:17 AM - edited 2024-10-03 07:23 AM
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,
2024-10-03 07:17 AM - edited 2024-10-03 07:23 AM
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,