Add Qt Simulator support

Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org>
Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
This commit is contained in:
Anderson Lizardo 2010-08-13 22:38:54 -04:00
commit 6914f21603
4 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<typesystem package="PySide.QtWebKit">
<object-type name="QWebFrame">
<modify-function signature="print(QPrinter*)const" remove="all"/>
</object-type>
<object-type name="QWebView">
<modify-function signature="print(QPrinter*)const" remove="all"/>
</object-type>
<load-typesystem name="typesystem_webkit.xml" generate="yes"/>
</typesystem>