aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-02 16:13:31 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:53:52 -0300
commita7e1ccf1272710a429a031b26ff8d177842895ef (patch)
tree97535991723924ff1e6d7a8bd60a1a3cbd7d90f1 /PySide
parent845679929a848dc3c0599b0c1f2281e15ca7faf4 (diff)
Removed the removal of some QApplication functions.
These functions were removed due to ancient bugs in shiboken generator, all them now fixed. Functions: font(const char*) setFont(QFont,const char*) palette(const char*)
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 63fec0478..1f2a9367d 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -4831,10 +4831,6 @@
<modify-function signature="QApplication(int&amp;,char**,QApplication::Type)" remove="all"/>
<modify-function signature="QApplication(int&amp;,char**,QApplication::Type, int)" remove="all"/>
- <modify-function signature="font(const char*)" remove="all"/>
- <modify-function signature="setFont(QFont,const char*)" remove="all"/>
- <modify-function signature="palette(const char*)" remove="all" />
-
<!-- ownership control transfer to qApp -->
<modify-function signature="setStyle(QStyle*)">
<inject-code class="target" position="end">