annotate generator/typesystem_webkit-java.xml @ 99:e252fcf214c5

constructor for QDataStream
author eldar
date Fri, 29 May 2009 00:33:37 +0000
parents a5cba313c924
children 7664de4a55e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 <?xml version="1.0"?>
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 1
diff changeset
2 <typesystem package="qt.webkit" default-superclass="QtDObject">
1
e78566595089 initial import
mandel
parents:
diff changeset
3 <inject-code>
e78566595089 initial import
mandel
parents:
diff changeset
4 qt.Utilities.loadQtLibrary("QtGui");
e78566595089 initial import
mandel
parents:
diff changeset
5 qt.Utilities.loadQtLibrary("QtNetwork");
e78566595089 initial import
mandel
parents:
diff changeset
6 qt.Utilities.loadQtLibrary("QtWebKit");
e78566595089 initial import
mandel
parents:
diff changeset
7 </inject-code>
e78566595089 initial import
mandel
parents:
diff changeset
8 </typesystem>