aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtNetwork
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-18 17:47:35 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-18 17:47:35 -0300
commite7adc30c8d0f04bc447666c235a5a72724174224 (patch)
tree217f4b69018af84d3b06f1872f0829a579a3969c /PySide/QtNetwork
parentef1ed30d114477af62fe57c909a97337f2e3d6ff (diff)
Remove some methods and ctors which makes no sense in the python world.
Diffstat (limited to 'PySide/QtNetwork')
-rw-r--r--PySide/QtNetwork/typesystem_network.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/PySide/QtNetwork/typesystem_network.xml b/PySide/QtNetwork/typesystem_network.xml
index 1024da255..6f628130e 100644
--- a/PySide/QtNetwork/typesystem_network.xml
+++ b/PySide/QtNetwork/typesystem_network.xml
@@ -172,8 +172,10 @@
<object-type name="QNetworkReply"/>
<value-type name="QHostAddress" hash-function="qHash">
+ <modify-function signature="QHostAddress(quint8*)" remove="all" />
<modify-function signature="operator=(QString)" remove="all"/>
<modify-function signature="operator=(QHostAddress)" remove="all"/>
+ <modify-function signature="writeDatagram(const char*,qint64,const QHostAddress&amp;,quint16)" remove="all" />
<!--
<inject-code class="target" position="end">
python::implicitly_convertible&lt;QHostAddress::SpecialAddress,QHostAddress&gt;();