- 
    Bug 
- 
    Resolution: Done
- 
     Not Evaluated Not Evaluated
- 
    4.6.0
- 
    None
- 
        0e4c54809a8195a199d85b143e042b0f5e53fb4c
In the example given here:
http://qt.nokia.com/doc/4.6/qsignaltransition.html
bool eventTest(QEvent *e) is const although it is not in the base class. The const in the example has to be removed otherwise the call will result in discards qualifiers.