diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-02-25 19:07:27 -0300 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-02-25 19:07:27 -0300 |
commit | 98ede2df716c260203c0f513a5b1853b43af2825 (patch) | |
tree | 0c86f5387467c02bcfe2961403c1343fe26aaa02 | |
parent | d9482626e67688eb814aedfd7caf80a1cc8e286e (diff) | |
download | pyside-98ede2df716c260203c0f513a5b1853b43af2825.tar.gz pyside-98ede2df716c260203c0f513a5b1853b43af2825.tar.xz pyside-98ede2df716c260203c0f513a5b1853b43af2825.zip |
Minor fixes on pysideapi2.rst.
-rw-r--r-- | doc/pysideapi2.rst | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/pysideapi2.rst b/doc/pysideapi2.rst index c7c5ac5..48f87c3 100644 --- a/doc/pysideapi2.rst +++ b/doc/pysideapi2.rst @@ -1,3 +1,6 @@ + +.. _pysideapi2: + PySide API 2 ************ @@ -14,18 +17,10 @@ back. Thus remember to update your source code to the new API, this will ensure your code will run on both bindings. -Changes: - -- __hash__() function return value -- QString -- QTextStream -- QVariant - - __hash__() function return value ================================ -The hash value returned for the classes QDate, QDateTime, QTime, QUrl will be +The hash value returned for the classes :class:`PySide.QtCore.QDate`, :class:`PySide.QtCore.QDateTime`, :class:`PySide.QtCore.QTime`, :class:`PySide.QtCore.QUrl` will be based on their string representations, thus objects with the same value will produce the same hash. |