-RM-112-MR-Fix for older QT versions is not working
Hello OW-Team,
i discovered that versioncode in File WTransferFunctionWidget.cpp needs a 0x präfix to work correctly.
#if ( QT_VERSION >= 040700 ) has to turn into #if ( QT_VERSION >= 0x040700 )
With QT 4.7 that bug do not lead to an compilation error, with QT 4.6 that error occurs.
(from redmine: created on 2011-12-01, closed on 2011-12-27)