Hi,

I just upgraded to latest PyQt4 snapshot and got the following error while 
executing this lines of code

        self.__index = self.__engine.indexWidget()
        self.__index.installEventFilter(self)

self.__engine is a QHelpEngine and self.__index is a QHelpIndexWidget.
The error is:

<class 'TypeError'>: 
type 'QMap<QString' is not supported as a native Qt signal type

What has changed here? The code works fine with latest stable PyQt4.

Regards,
Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to