From a7263b23e001b5281119edd3c5d9f49513503afb Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Fri, 25 Feb 2011 19:07:27 -0300 Subject: Minor fixes on pysideapi2.rst. --- doc/pysideapi2.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/pysideapi2.rst b/doc/pysideapi2.rst index c7c5ac583..48f87c3ad 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. -- cgit v1.2.3