aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtWebKit
diff options
context:
space:
mode:
authorAnderson Lizardo <anderson.lizardo@openbossa.org>2010-08-13 22:38:54 -0400
committerAnderson Lizardo <anderson.lizardo@openbossa.org>2010-08-26 11:07:11 -0400
commit6914f21603fa32727af0d419b6f438e88413ed7f (patch)
treecd1ae9ad6372f7d23ba724965b395895e19f5fa0 /PySide/QtWebKit
parente5e44b6465e2755c70c8e13060de4c2ca799fd64 (diff)
Add Qt Simulator support
Reviewed-by: Luciano Wolf <luciano.wolf@openbossa.org> Reviewed-by: Hugo Parente Lima <hugo.lima@openbossa.org>
Diffstat (limited to 'PySide/QtWebKit')
-rw-r--r--PySide/QtWebKit/typesystem_webkit_simulator.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/PySide/QtWebKit/typesystem_webkit_simulator.xml b/PySide/QtWebKit/typesystem_webkit_simulator.xml
new file mode 100644
index 000000000..f2a40f284
--- /dev/null
+++ b/PySide/QtWebKit/typesystem_webkit_simulator.xml
@@ -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>