PDA

View Full Version : Disable QGestureManager code



slscripters
20th September 2011, 02:12
Hi All :),

Is there a way to disable QGestureManager code at compile time? I have learned that this QGestureManager class is causing some memory leak (https://bugreports.qt.nokia.com//browse/QTBUG-12845). I do not know how this caused a memory leak though. I'm using Qt 4.6.2 and from what I've read so far the fix for this bug is applied in 4.7. The reason for choosing to disable this code is that I do not have enough time to upgrade to Qt 4.7 and make some required regression testing. Does anybody have any idea?

Thanks