aboutsummaryrefslogtreecommitdiffstats
path: root/doc/issuesdiff.rst
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-04-28 14:37:39 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-04-28 16:36:47 -0300
commit35a3178fdcb0b3e925491ac33b1f3ed02ced7725 (patch)
tree80fba94c6a7982e179d8f453755d5d838d31532f /doc/issuesdiff.rst
parent8d0fc00e8bbcb504373c3b29932bc6bdc2fb9fe3 (diff)
Update documentation about shiboken and remove old one about
boost.python. Reviewer: Lauro Moura <lauro.neto@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'doc/issuesdiff.rst')
-rw-r--r--doc/issuesdiff.rst14
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/issuesdiff.rst b/doc/issuesdiff.rst
index 480ad6c8c..4c472aea1 100644
--- a/doc/issuesdiff.rst
+++ b/doc/issuesdiff.rst
@@ -1,8 +1,7 @@
PySide issues and specificities
*******************************
-This document shows some points not supported yet by Boost.python
-and PySide.
+This document shows some points not supported by PySide.
Deprecated Methods
------------------
@@ -13,14 +12,3 @@ e.g.: `QColor.dark()` and `QColor.light()`.
**How to solve:** update the methods with new ones like `QColor.darker()`
and `QColor.lighter()`.
-Class methods with static and normal methods with the same signature
---------------------------------------------------------------------
-
-Boost.Python does not support static methods and member methods
-with the same signature. The static versions is renamed to
-*classMethodName*.
-
-**Example:** QFile.permissions() and QFile.permissions(QString)
-
-**How to solve:** for static methods use QFile.filePermissions(QString)
-