diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-02-02 16:13:31 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-02-02 19:23:24 -0200 |
commit | d7269670ee3b03b1e5d13eaa68244618a2daea63 (patch) | |
tree | bc0defaa5cafdc65cdb7cae62f9f9a76e2f23b54 /PySide/QtGui/typesystem_gui_common.xml | |
parent | c19ab39cbf9a237232ea0e21bf78769ebe03f644 (diff) | |
download | pyside-d7269670ee3b03b1e5d13eaa68244618a2daea63.tar.gz pyside-d7269670ee3b03b1e5d13eaa68244618a2daea63.tar.xz pyside-d7269670ee3b03b1e5d13eaa68244618a2daea63.zip |
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/QtGui/typesystem_gui_common.xml')
-rw-r--r-- | PySide/QtGui/typesystem_gui_common.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index 63fec04..1f2a936 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -4831,10 +4831,6 @@ <modify-function signature="QApplication(int&,char**,QApplication::Type)" remove="all"/> <modify-function signature="QApplication(int&,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"> |