aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtMultimedia/typesystem_multimedia.xml
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-23 14:36:48 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-04-12 17:30:01 -0300
commitbbb1b7ef98d35f8cb03c827c05814fd942f46840 (patch)
treebe634ea35263380658ad57ccb6da224d53117d7d /PySide/QtMultimedia/typesystem_multimedia.xml
parent354b8b6cea7b3f8ae1c95d20d48c598da5c6cbdc (diff)
Fix CMakeLists and typesystem of qtmultimedia to use the right typesystem file from QtGui.
Diffstat (limited to 'PySide/QtMultimedia/typesystem_multimedia.xml')
-rw-r--r--PySide/QtMultimedia/typesystem_multimedia.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/PySide/QtMultimedia/typesystem_multimedia.xml b/PySide/QtMultimedia/typesystem_multimedia.xml
index d523dba97..556f4b609 100644
--- a/PySide/QtMultimedia/typesystem_multimedia.xml
+++ b/PySide/QtMultimedia/typesystem_multimedia.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<typesystem package="PySide.QtMultimedia">
- <load-typesystem name="typesystem_gui.xml.in" generate="no" />
-
+ <load-typesystem name="typesystem_gui.xml" generate="no" />
+
<rejection class="" function-name="qobject_cast&lt;QAudioEngineFactoryInterface*&gt;"/>
<rejection class="" function-name="qobject_interface_iid&lt;QAudioEngineFactoryInterface*&gt;"/>
@@ -48,18 +48,15 @@
<modify-function signature="preferredFormat()const" remove="all"/>
<modify-function signature="availableDevices(QAudio::Mode)" remove="all"/>
</object-type>
- <object-type name="QAudioFormat"/>
- <!-- DONE TODO TESTCASE check ctor setParent() -->
+ <value-type name="QAudioFormat"/>
<!-- TODO TESTCASE start() check reference-count -->
<object-type name="QAudioInput">
<modify-function signature="format()const" remove="all"/>
</object-type>
- <!-- DONE TODO TESTCASE check ctor setParent() -->
<!-- TODO TESTCASE start() check reference-count -->
<object-type name="QAudioOutput">
<modify-function signature="format()const" remove="all"/>
</object-type>
<!-- TODO TESTCASE don't increment the reference count of the video buffer -->
<object-type name="QVideoFrame"/>
-
</typesystem>