From 8f4246a522aa02c9e1d7e44ab6a18d13075d53b9 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 1 Sep 2010 20:58:41 -0300 Subject: Fix bug#125 - "QAbstractTextDocumentLayout.registerHandler apparently not working" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added class QPyTextObject which inherits from QObject and QTextObjectInterface to solve the issue with registerHandler, the same approach used by PyQt. Reviewer: Luciano Wolf Renato Araújo --- PySide/global.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'PySide/global.h.in') diff --git a/PySide/global.h.in b/PySide/global.h.in index 1bec8bbd9..7a4c650c6 100644 --- a/PySide/global.h.in +++ b/PySide/global.h.in @@ -353,6 +353,7 @@ QT_END_HEADER #undef qdoc #endif #include +#include "qpytextobject.h" #if @ENABLE_X11@ #include #endif -- cgit v1.2.3