Comment 26 for bug 705689

Revision history for this message
Michael Hope (michaelh1) wrote :

Hi Jani. Could you clarify some things please?

You mention the QGestureManager constructor, but the disassembly mentions GestureRecognizer. Are you referring to QGestureManager::QGestureManager(QObject *parent) at src/gui/kernel/qgesturemamanger.cpp:73?

You mention Q_DECLARE_METATYPE, but I can't find one near QGestureManager. There is a qRegisterMetaType<Qt::GestureState>() inside QGestureManager::QGestureManager(QObject *parent).

The disassembly given seems wrong, as it's missing any ldrex/strex instructions. I've attached is the disassembly of qt4-x11-4.7.1/src/gui/.obj/release-shared/qgesturemanager.o built with Linaro GCC 4.5-2011.02 for reference.

I'm still building qt4 to see what happens...