aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-18 17:47:32 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-18 18:00:49 -0200
commit20077974e87ea27bb4710aaa89edd0bf97ba60ce (patch)
tree4ab27250790a52267af830a6e089aa2206bc5ec8 /PySide/QtCore/typesystem_core.xml
parentae55152a9255cc20dc44332d456ae944848ed212 (diff)
Move QVariant converter implementation to global header.
Diffstat (limited to 'PySide/QtCore/typesystem_core.xml')
-rw-r--r--PySide/QtCore/typesystem_core.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index c621f387c..f8152adec 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1687,7 +1687,6 @@
<access modifier="private" />
</modify-function>
- <inject-code class="native" position="beginning" file="glue/qvariant_converter_impl.cpp" />
<add-function signature="QVariant(PyObject*)">
<inject-code class="target" position="beginning">
cptr = new %TYPE(%CONVERTTOCPP[QVariant](%PYARG_1));