When formating the source code , using the 'source code formatter (AStyle) ' plugin, the indentation after a colon ( in a case(): ) puts for example 4 tabs instead of 4 spaces.
The thing comes like this:
case SIGNAL(ID_NUMTEC_5, PSF_CLICKED):
if (digit<MAXCALDIGIT) <<<<<<<<<<<< here!!
{
Can it be corrected?
Best Regards
José Barbosa