[Qt-interest] glibc detected 'corrupted double-linked list' duetoa static QCursor member variable in installed eventHandler?

Tony Rietwyk tony.rietwyk at rightsoft.com.au
Mon May 25 14:38:40 CEST 2009


Frank wrote: 

> Well, this is implemented according to the qt doc, see here:
> http://doc.qtsoftware.com/4.4/qobject.html#eventFilter
> 
> I'm handling events on a QTableView - which is one of the 
> widgets in MyClass.

According to my reading of that document, you need:

MyClass::MyClass () {
	...
	myTable->installEventFilter (this)
	...
}

But I agree that your problem is probably something else. 

Regards, 




More information about the Qt-interest-old mailing list