Hi!
In the QT 2.2 Tutorial I can see a piece of code like this:
   for( int r = 0 ; r < 4 ; r++ )
            (void)new LCDRange( grid );
I cant figure out very well what is doing  here "(void)".. :???
Is it just more beautifull to write it this way?
Thank you!
Roberto